Searched defs:IfFalse (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1039 GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue, BasicBlock *&IfFalse) argument
H A DSimplifyCFG.cpp2353 BasicBlock *IfTrue, *IfFalse; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2468 Value *IfTrue, *IfFalse; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h3020 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse, argument
3029 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1193 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, argument
1213 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13316 SDValue IfFalse = N->getOperand(2); local

Completed in 279 milliseconds