Home | History | Annotate | Download | only in Utils

Lines Matching refs:IfCond

1694   Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse);
1695 if (!IfCond ||
1697 isa<ConstantInt>(IfCond))
1742 isa<BinaryOperator>(IfCond)))
1778 DEBUG(dbgs() << "FOUND IF CONDITION! " << *IfCond << " T: "
1803 cast<SelectInst>(Builder.CreateSelect(IfCond, TrueVal, FalseVal, ""));