Searched refs:BO1 (Results 1 – 4 of 4) sorted by relevance
3238 BinaryOperator *BO1 = dyn_cast<BinaryOperator>(Op1); in visitICmpInst() local3239 if (BO0 || BO1) { in visitICmpInst()3246 if (BO1 && isa<OverflowingBinaryOperator>(BO1)) in visitICmpInst()3248 (CmpInst::isUnsigned(Pred) && BO1->hasNoUnsignedWrap()) || in visitICmpInst()3249 (CmpInst::isSigned(Pred) && BO1->hasNoSignedWrap()); in visitICmpInst()3256 if (BO1 && BO1->getOpcode() == Instruction::Add) in visitICmpInst()3257 C = BO1->getOperand(0), D = BO1->getOperand(1); in visitICmpInst()3279 BO0->hasOneUse() && BO1->hasOneUse()) { in visitICmpInst()3331 (BO0->hasOneUse() || BO1->hasOneUse()) && !I.isUnsigned()) in visitICmpInst()3357 if (BO1 && BO1->getOpcode() == Instruction::Sub) in visitICmpInst()[all …]
698 BinaryOperatorKind BO1 = LHS->getOpcode(); in checkIncorrectLogicOperator() local704 if (BO1 == BO_GT) in checkIncorrectLogicOperator()705 BO1 = BO_LT; in checkIncorrectLogicOperator()706 else if (BO1 == BO_GE) in checkIncorrectLogicOperator()707 BO1 = BO_LE; in checkIncorrectLogicOperator()708 else if (BO1 == BO_LT) in checkIncorrectLogicOperator()709 BO1 = BO_GT; in checkIncorrectLogicOperator()710 else if (BO1 == BO_LE) in checkIncorrectLogicOperator()711 BO1 = BO_GE; in checkIncorrectLogicOperator()782 Res1 = analyzeLogicOperatorCondition(BO1, Value, L1); in checkIncorrectLogicOperator()
2058 if (ConstantInt *BO1 = dyn_cast<ConstantInt>(BO->getOperand(1))) in OptimizeMax() local2059 if (BO1->isOne() && SE.getSCEV(BO->getOperand(0)) == MaxRHS) in OptimizeMax()2062 if (ConstantInt *BO1 = dyn_cast<ConstantInt>(BO->getOperand(1))) in OptimizeMax() local2063 if (BO1->isOne() && SE.getSCEV(BO->getOperand(0)) == MaxRHS) in OptimizeMax()
682 const deUint8 BO1 = (deUint8)getBit(src, 48); in decompressETC2Block() local689 const deUint8 BO = extend6To8((BO1 << 5) | (BO2 << 3) | BO3); in decompressETC2Block()