Home | History | Annotate | Download | only in Utils

Lines Matching refs:BinaryOperator

1493       (isa<BinaryOperator>(PN->getIncomingValue(0)) ||
1494 isa<BinaryOperator>(PN->getIncomingValue(1)) ||
1495 isa<BinaryOperator>(IfCond)))
1706 if (!isa<BinaryOperator>(Inst) && !isa<CmpInst>(Inst))
1756 if (Cond == 0 || (!isa<CmpInst>(Cond) && !isa<BinaryOperator>(Cond)) ||