Home
last modified time | relevance | path

Searched refs:IntRange (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp35 struct IntRange { struct
39 static bool IsInRanges(const IntRange &R, in IsInRanges()
40 const std::vector<IntRange> &Ranges) { in IsInRanges()
48 [](const IntRange &A, const IntRange &B) { return A.High < B.High; }); in IsInRanges()
87 const std::vector<IntRange> &UnreachableRanges);
201 const std::vector<IntRange> &UnreachableRanges) { in switchConvert()
246 IntRange Gap = { GapLow, GapHigh }; in switchConvert()
421 std::vector<IntRange> UnreachableRanges; in processSwitchInst()
435 IntRange R = { INT64_MIN, INT64_MAX }; in processSwitchInst()
441 IntRange &LastRange = UnreachableRanges.back(); in processSwitchInst()
[all …]
/external/clang/lib/Sema/
DSemaChecking.cpp5584 struct IntRange { struct
5591 IntRange(unsigned Width, bool NonNegative) in IntRange() function
5596 static IntRange forBoolType() { in forBoolType() argument
5597 return IntRange(1, true); in forBoolType()
5601 static IntRange forValueOfType(ASTContext &C, QualType T) { in forValueOfType() argument
5607 static IntRange forValueOfCanonicalType(ASTContext &C, const Type *T) { in forValueOfCanonicalType() argument
5621 return IntRange(C.getIntWidth(QualType(T, 0)), false); in forValueOfCanonicalType()
5627 return IntRange(NumPositive, true/*NonNegative*/); in forValueOfCanonicalType()
5629 return IntRange(std::max(NumPositive + 1, NumNegative), in forValueOfCanonicalType()
5636 return IntRange(C.getIntWidth(QualType(T, 0)), BT->isUnsignedInteger()); in forValueOfCanonicalType()
[all …]
/external/owasp/sanitizer/tools/findbugs/lib/
Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2293 uint64_t IntRange = Range.getLimitedValue(UINT64_MAX/10); in handleJTSwitchCase() local
2295 if (IntTSize * 10 < IntRange * 4) in handleJTSwitchCase()
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...