Home
last modified time | relevance | path

Searched refs:binaryOp (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h346 ConstantRange binaryOp(Instruction::BinaryOps BinOp,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp270 return Ops[0].binaryOp(BinOp, Ops[1]); in walkForwards()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp976 return CR1.binaryOp(BO->getOpcode(), CR2); in solveBlockValueBinaryOp()
985 return CR1.binaryOp(WO->getBinaryOp(), CR2); in solveBlockValueOverflowIntrinsic()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp797 ConstantRange ConstantRange::binaryOp(Instruction::BinaryOps BinOp, in binaryOp() function in ConstantRange
855 return binaryOp(BinOp, Other); in overflowingBinaryOp()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1006 ConstantRange R = A.binaryOp(cast<BinaryOperator>(&I)->getOpcode(), B); in visitBinaryOperator()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8296 auto AssumedRange = LHSAARange.binaryOp(BinOp->getOpcode(), RHSAARange); in calculateBinaryOperator()