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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2321 BinaryOperator *BO0 = dyn_cast<BinaryOperator>(Op0); local
2323 if (BO0 || BO1) {
2326 if (BO0 && isa<OverflowingBinaryOperator>(BO0))
2328 (CmpInst::isUnsigned(Pred) && BO0->hasNoUnsignedWrap()) ||
2329 (CmpInst::isSigned(Pred) && BO0->hasNoSignedWrap());
2338 if (BO0 && BO0->getOpcode() == Instruction::Add)
2339 A = BO0->getOperand(0), B = BO0
[all...]

Completed in 23 milliseconds