Searched refs:IfCond (Results 1 – 3 of 3) sorted by relevance
26 IfCond, // inside if conditional enumerator
3581 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf()3605 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfb()3628 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfc()3659 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfdef()3684 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIf()3720 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElse()
1715 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse); in FoldTwoEntryPHINode() local1716 if (!IfCond || in FoldTwoEntryPHINode()1718 isa<ConstantInt>(IfCond)) in FoldTwoEntryPHINode()1763 isa<BinaryOperator>(IfCond))) in FoldTwoEntryPHINode()1799 DEBUG(dbgs() << "FOUND IF CONDITION! " << *IfCond << " T: " in FoldTwoEntryPHINode()1824 cast<SelectInst>(Builder.CreateSelect(IfCond, TrueVal, FalseVal, "")); in FoldTwoEntryPHINode()