Searched refs:BO0 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2859 BinaryOperator *BO0 = dyn_cast<BinaryOperator>(Op0); local
2861 if (BO0 || BO1) {
2864 if (BO0 && isa<OverflowingBinaryOperator>(BO0))
2866 (CmpInst::isUnsigned(Pred) && BO0->hasNoUnsignedWrap()) ||
2867 (CmpInst::isSigned(Pred) && BO0->hasNoSignedWrap());
2876 if (BO0 && BO0->getOpcode() == Instruction::Add)
2877 A = BO0->getOperand(0), B = BO0
[all...]

Completed in 54 milliseconds