Home | History | Annotate | Download | only in Utils

Lines Matching defs:IfCond

1714   Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse);
1715 if (!IfCond ||
1717 isa<ConstantInt>(IfCond))
1762 isa<BinaryOperator>(IfCond)))
1798 DEBUG(dbgs() << "FOUND IF CONDITION! " << *IfCond << " T: "
1823 cast<SelectInst>(Builder.CreateSelect(IfCond, TrueVal, FalseVal, ""));