Searched refs:IfCond (Results 1 – 4 of 4) sorted by relevance
26 IfCond, // inside if conditional enumerator
3849 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf()3896 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfb()3920 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfc()3985 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfeqs()3997 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfdef()4022 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIf()4058 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElse()
1796 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse); in FoldTwoEntryPHINode() local1797 if (!IfCond || in FoldTwoEntryPHINode()1799 isa<ConstantInt>(IfCond)) in FoldTwoEntryPHINode()1846 isa<BinaryOperator>(IfCond))) in FoldTwoEntryPHINode()1882 DEBUG(dbgs() << "FOUND IF CONDITION! " << *IfCond << " T: " in FoldTwoEntryPHINode()1907 cast<SelectInst>(Builder.CreateSelect(IfCond, TrueVal, FalseVal, "")); in FoldTwoEntryPHINode()
1062 static void emitIfStmt(CodeGenFunction &CGF, llvm::Value *IfCond, in emitIfStmt() argument1065 IfCond, in emitIfStmt()