Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h327 enum PreferredRangeType { Smallest, Unsigned, Signed }; enum
333 PreferredRangeType Type = Smallest) const;
341 PreferredRangeType Type = Smallest) const;
411 PreferredRangeType RangeType = Smallest) const;
423 PreferredRangeType RangeType = Smallest) const;
437 PreferredRangeType RangeType = Smallest) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp562 ConstantRange::PreferredRangeType Type) { in getPreferredRange()
581 PreferredRangeType Type) const { in intersectWith()
687 PreferredRangeType Type) const { in unionWith()
1085 PreferredRangeType RangeType) const { in addWithNoWrap()
1132 PreferredRangeType RangeType) const { in subWithNoWrap()
1231 PreferredRangeType RangeType) const { in multiplyWithNoWrap()
1424 ConstantRange Res = NegRes.unionWith(PosRes, PreferredRangeType::Signed); in sdiv()
1560 CR = CR.intersectWith(Other.sub(*this), PreferredRangeType::Unsigned); in binaryXor()
1562 CR = CR.intersectWith(this->sub(Other), PreferredRangeType::Unsigned); in binaryXor()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6964 ConstantRange::PreferredRangeType RangeType = in computeConstantRangeIncludingKnownBits()
H A DScalarEvolution.cpp6622 ConstantRange::PreferredRangeType RangeType = in getRangeRef()