Home
last modified time | relevance | path

Searched defs:IfTrue (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/IR/
DInstructions.cpp731 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/
DAArch64ISelLowering.cpp2101 SDValue IfTrue = Op.getOperand(2); in LowerSELECT_CC() local
2156 SDValue IfTrue = Op.getOperand(1); in LowerSELECT() local
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp203 static Value *GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue, in GetIfCondition()
1649 BasicBlock *IfTrue, *IfFalse; in FoldTwoEntryPHINode() local