Searched defs:NoWrapKind (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/IR/ |
H A D | Operator.h | 116 unsigned NoWrapKind = 0; in getNoWrapKind() local
|
/llvm-project/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 316 makeGuaranteedNoWrapRegion(Instruction::BinaryOps BinOp,const ConstantRange & Other,unsigned NoWrapKind) makeGuaranteedNoWrapRegion() argument 390 makeExactNoWrapRegion(Instruction::BinaryOps BinOp,const APInt & Other,unsigned NoWrapKind) makeExactNoWrapRegion() argument 1084 addWithNoWrap(const ConstantRange & Other,unsigned NoWrapKind,PreferredRangeType RangeType) const addWithNoWrap() argument 1131 subWithNoWrap(const ConstantRange & Other,unsigned NoWrapKind,PreferredRangeType RangeType) const subWithNoWrap() argument 1230 multiplyWithNoWrap(const ConstantRange & Other,unsigned NoWrapKind,PreferredRangeType RangeType) const multiplyWithNoWrap() argument [all...] |
/llvm-project/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 996 unsigned NoWrapKind = OBO->getNoWrapKind(); in solveBlockValueBinaryOp() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | ConstantRangeTest.cpp | 1837 TestNoWrapRegionExhaustive(Instruction::BinaryOps BinOp,unsigned NoWrapKind,Fn OverflowFn) TestNoWrapRegionExhaustive() argument
|