Home
last modified time | relevance | path

Searched defs:NoWrapKind (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/IR/
H A DOperator.h116 unsigned NoWrapKind = 0; in getNoWrapKind() local
/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp316 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 DLazyValueInfo.cpp996 unsigned NoWrapKind = OBO->getNoWrapKind(); in solveBlockValueBinaryOp() local
/llvm-project/llvm/unittests/IR/
H A DConstantRangeTest.cpp1837 TestNoWrapRegionExhaustive(Instruction::BinaryOps BinOp,unsigned NoWrapKind,Fn OverflowFn) TestNoWrapRegionExhaustive() argument