Searched defs:Smallest (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/llvm/include/llvm/IR/ |
D | ConstantRange.h | 288 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstantRange.h | 272 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 131 APFloat Smallest = APFloat::getSmallestNormalized(Sem); in convertFCmp() local
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 131 APFloat Smallest = APFloat::getSmallestNormalized(Sem); in convertFCmp() local
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 139 APFloat Smallest = APFloat::getSmallestNormalized(Sem); in convertFCmp() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 849 const SCEV *Smallest = nullptr, *Greatest = nullptr; in calculateSubRanges() local
|
/external/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 3049 APFloat Smallest = APFloat::getSmallest(APFloat::IEEEdouble, false); in TEST() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 1075 const SCEV *Smallest = nullptr, *Greatest = nullptr, *GreatestSeen = nullptr; in calculateSubRanges() local
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 1090 const SCEV *Smallest = nullptr, *Greatest = nullptr, *GreatestSeen = nullptr; in calculateSubRanges() local
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 894 APFloat Smallest = APFloat::getSmallestNormalized( in EmitBuiltinExpr() local 946 APFloat Smallest = APFloat::getSmallestNormalized( in EmitBuiltinExpr() local
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 391 MVT Smallest = *std::min_element(TypeVec.begin(), TypeVec.end(), in EnforceSmallerThan() local
|
/external/llvm-project/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 3433 APFloat Smallest = APFloat::getSmallest(APFloat::IEEEdouble(), false); in TEST() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 2972 APFloat Smallest = APFloat::getSmallestNormalized( in EmitBuiltinExpr() local 3037 APFloat Smallest = APFloat::getSmallestNormalized( in EmitBuiltinExpr() local
|