Searched refs:binaryOp (Results 1 – 4 of 4) sorted by relevance
262 ConstantRange binaryOp(Instruction::BinaryOps BinOp,
250 return Ops[0].binaryOp(BinOp, Ops[1]); in walkForwards()
723 ConstantRange ConstantRange::binaryOp(Instruction::BinaryOps BinOp, in binaryOp() function in ConstantRange
1069 BBLV = ValueLatticeElement::getRange(LHSRange.binaryOp(BinOp, RHSRange)); in solveBlockValueBinaryOp()