Searched refs:binaryOp (Results 1 – 6 of 6) sorted by relevance
346 ConstantRange binaryOp(Instruction::BinaryOps BinOp,
269 return Ops[0].binaryOp(BinOp, Ops[1]); in walkForwards()
797 ConstantRange ConstantRange::binaryOp(Instruction::BinaryOps BinOp, in binaryOp() function in ConstantRange855 return binaryOp(BinOp, Other); in overflowingBinaryOp()
976 return CR1.binaryOp(BO->getOpcode(), CR2); in solveBlockValueBinaryOp()985 return CR1.binaryOp(WO->getBinaryOp(), CR2); in solveBlockValueOverflowIntrinsic()
976 ConstantRange R = A.binaryOp(cast<BinaryOperator>(&I)->getOpcode(), B); in visitBinaryOperator()
7287 auto AssumedRange = LHSAARange.binaryOp(BinOp->getOpcode(), RHSAARange); in calculateBinaryOperator()