Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h390 ConstantRange binaryOp(Instruction::BinaryOps BinOp,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp272 return OpRanges[0].binaryOp(BinOp, OpRanges[1]); in calcRange()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1011 return CR1.binaryOp(BO->getOpcode(), CR2); in solveBlockValueBinaryOp()
1020 return CR1.binaryOp(WO->getBinaryOp(), CR2); in solveBlockValueOverflowIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1323 ConstantRange Res = LR.binaryOp(WO->getBinaryOp(), RR); in handleExtractOfWithOverflow()
1535 R = A.binaryOp(BO->getOpcode(), B); in visitBinaryOperator()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp934 ConstantRange ConstantRange::binaryOp(Instruction::BinaryOps BinOp, in binaryOp() function in ConstantRange
994 return binaryOp(BinOp, Other); in overflowingBinaryOp()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1709 .binaryOp(BO->getOpcode(), *BinOpC); in foldSelectInstWithICmpConst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9317 auto AssumedRange = LHSAARange.binaryOp(BinOp->getOpcode(), RHSAARange); in calculateBinaryOperator()