Home
last modified time | relevance | path

Searched refs:overflowingBinaryOp (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h397 ConstantRange overflowingBinaryOp(Instruction::BinaryOps BinOp,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1005 return CR1.overflowingBinaryOp(BO->getOpcode(), CR2, NoWrapKind); in solveBlockValueBinaryOp()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1533 R = A.overflowingBinaryOp(BO->getOpcode(), B, OBO->getNoWrapKind()); in visitBinaryOperator()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp979 ConstantRange ConstantRange::overflowingBinaryOp(Instruction::BinaryOps BinOp, in overflowingBinaryOp() function in ConstantRange