Searched defs:IfTrue (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/IR/ |
D | Instructions.cpp | 731 BranchInst::BranchInst(BasicBlock *IfTrue, Instruction *InsertBefore) in BranchInst() 738 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst() 751 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *InsertAtEnd) in BranchInst() 759 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 2101 SDValue IfTrue = Op.getOperand(2); in LowerSELECT_CC() local 2156 SDValue IfTrue = Op.getOperand(1); in LowerSELECT() local
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 203 static Value *GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue, in GetIfCondition() 1649 BasicBlock *IfTrue, *IfFalse; in FoldTwoEntryPHINode() local
|