Searched refs:overflowingBinaryOp (Results 1 – 4 of 4) sorted by relevance
397 ConstantRange overflowingBinaryOp(Instruction::BinaryOps BinOp,
1005 return CR1.overflowingBinaryOp(BO->getOpcode(), CR2, NoWrapKind); in solveBlockValueBinaryOp()
1533 R = A.overflowingBinaryOp(BO->getOpcode(), B, OBO->getNoWrapKind()); in visitBinaryOperator()
979 ConstantRange ConstantRange::overflowingBinaryOp(Instruction::BinaryOps BinOp, in overflowingBinaryOp() function in ConstantRange