LLVM 23.0.0git
llvm::CondBrInst Member List

This is the complete list of members for llvm::CondBrInst, including all inherited members.

classof(const Instruction *I)llvm::CondBrInstinlinestatic
classof(const Value *V)llvm::CondBrInstinlinestatic
cloneImpl() constllvm::CondBrInstprotected
Create(Value *Cond, BasicBlock *IfTrue, BasicBlock *IfFalse, InsertPosition InsertBefore=nullptr)llvm::CondBrInstinlinestatic
DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Value)llvm::CondBrInst
getCondition() constllvm::CondBrInstinline
getNumSuccessors() constllvm::CondBrInstinline
getSuccessor(unsigned i) constllvm::CondBrInstinline
Instruction classllvm::CondBrInstfriend
setCondition(Value *V)llvm::CondBrInstinline
setSuccessor(unsigned idx, BasicBlock *NewSucc)llvm::CondBrInstinline
successors()llvm::CondBrInstinline
successors() constllvm::CondBrInstinline
swapSuccessors()llvm::CondBrInst