Searched refs:binaryOp (Results 1 – 8 of 8) sorted by relevance
120 __host__ __device__ void binaryOp() { in binaryOp() function
381 ConstantRange binaryOp(Instruction::BinaryOps BinOp,
304 return OpRanges[0].binaryOp(BinOp, OpRanges[1]); in calcRange()
974 return CR1.binaryOp(BO->getOpcode(), CR2); in solveBlockValueBinaryOp()983 return CR1.binaryOp(WO->getBinaryOp(), CR2); in solveBlockValueOverflowIntrinsic()
878 ConstantRange ConstantRange::binaryOp(Instruction::BinaryOps BinOp, in binaryOp() function in ConstantRange936 return binaryOp(BinOp, Other); in overflowingBinaryOp()
1015 ConstantRange R = A.binaryOp(cast<BinaryOperator>(&I)->getOpcode(), B); in visitBinaryOperator()
1560 .binaryOp(BO->getOpcode(), *BinOpC); in foldSelectInstWithICmpConst()
8395 auto AssumedRange = LHSAARange.binaryOp(BinOp->getOpcode(), RHSAARange); in calculateBinaryOperator()