Searched defs:IfFalse (Results 1 – 6 of 6) sorted by relevance
793 Node* IfFalse() const { return if_false_; } in IfFalse() function811 Node* IfFalse() const { return if_false_; } in IfFalse() function
998 BasicBlock *&IfFalse) { in GetIfCondition()
2313 BasicBlock *IfTrue, *IfFalse; in FoldTwoEntryPHINode() local
524 void setTwoSuccessors(VPBlockBase *IfTrue, VPBlockBase *IfFalse, in setTwoSuccessors()
1139 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst()1159 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst()
12202 SDValue IfFalse = N->getOperand(2); in performVSelectCombine() local