reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1085 assert(BO->getOperand(0)->getType()->isSized() && 1087 if (BO->getOpcode() == Instruction::Xor) { 1095 if (auto *OBO = dyn_cast<OverflowingBinaryOperator>(BO)) { 1103 BBLV, BO, BB, 1104 [BO, NoWrapKind](const ConstantRange &CR1, const ConstantRange &CR2) { 1105 return CR1.overflowingBinaryOp(BO->getOpcode(), CR2, NoWrapKind); 1110 BBLV, BO, BB, [BO](const ConstantRange &CR1, const ConstantRange &CR2) { 1110 BBLV, BO, BB, [BO](const ConstantRange &CR1, const ConstantRange &CR2) { 1111 return CR1.binaryOp(BO->getOpcode(), CR2);