Home
last modified time | relevance | path

Searched defs:IntRange (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp47 struct IntRange { struct
48 int64_t Low, High;
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp35 struct IntRange { struct
36 int64_t Low, High;
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DFormatVariadicTest.cpp544 std::vector<int> IntRange = {1, 1, 2, 3, 5, 8, 13}; in TEST() local
/external/clang/lib/Sema/
DSemaChecking.cpp6970 struct IntRange { struct
6972 unsigned Width;
6975 bool NonNegative;
6977 IntRange(unsigned Width, bool NonNegative) in IntRange() function
6982 static IntRange forBoolType() { in forBoolType()
6987 static IntRange forValueOfType(ASTContext &C, QualType T) { in forValueOfType()
6993 static IntRange forValueOfCanonicalType(ASTContext &C, const Type *T) { in forValueOfCanonicalType()
7030 static IntRange forTargetOfCanonicalType(ASTContext &C, const Type *T) { in forTargetOfCanonicalType()
7049 static IntRange join(IntRange L, IntRange R) { in join()
7055 static IntRange meet(IntRange L, IntRange R) { in meet()
/external/syzkaller/prog/
Dtypes.go222 IntRange const
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2040 uint64_t IntRange = Range.getLimitedValue(UINT64_MAX/10); in handleJTSwitchCase() local