Searched defs:BO1 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2322 BinaryOperator *BO1 = dyn_cast<BinaryOperator>(Op1); local
2323 if (BO0 || BO1) {
2330 if (BO1 && isa<OverflowingBinaryOperator>(BO1))
2332 (CmpInst::isUnsigned(Pred) && BO1->hasNoUnsignedWrap()) ||
2333 (CmpInst::isSigned(Pred) && BO1->hasNoSignedWrap());
2340 if (BO1 && BO1->getOpcode() == Instruction::Add)
2341 C = BO1->getOperand(0), D = BO1
[all...]

Completed in 44 milliseconds