Home
last modified time | relevance | path

Searched defs:MaxValue (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceSwitchLowering.cpp64 const uint64_t MaxValue = CaseClusters.back().High; in clusterizeSwitch() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryLocation.h68 MaxValue = (MapTombstone - 1) & ~ImpreciseBit, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp205 APInt MaxValue = APInt::getSignedMaxValue(BitWidth); in makeExactMulNSWRegion() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp523 int MaxValue = HexagonMCInstrInfo::getMaxValue(MCII, MCI); in isConstExtended() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp41 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue) { in inRange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp2325 APInt MaxValue = in ConstantFoldScalarCall3() local
DScalarEvolution.cpp10553 APInt MaxValue = APInt::getSignedMaxValue(BitWidth); in doesIVOverflowOnLT() local
10561 APInt MaxValue = APInt::getMaxValue(BitWidth); in doesIVOverflowOnLT() local
10625 APInt MaxValue = IsSigned ? APInt::getSignedMaxValue(BitWidth) in computeMaxBECountForLT() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp2159 const APInt *MinValue, *MaxValue; in matchSAddSubSat() local
DInstCombineCalls.cpp578 APInt MinValue, MaxValue; in simplifyX86pack() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp2067 int MaxValue = getMaxValue(MI); in isConstExtended() local
/third_party/typescript/lib/
Dtypescript.d.ts2947 MaxValue = 2048, enumerator
DtypescriptServices.d.ts2947 MaxValue = 2048, enumerator
Dtsserverlibrary.d.ts2947 MaxValue = 2048, enumerator
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2947 MaxValue = 2048, enumerator
Dtsserverlibrary.d.ts2947 MaxValue = 2048, enumerator
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp1672 struct MaxValue struct
1680 static const IntegerType value = ~MinValue<IntegerType>::value;
36759 const To MaxValue = To((1ULL << (8 * sizeof(To) - 1)) - 1); in checkBounds() local
36785 const To MaxValue = To((1ULL << (8 * sizeof(To) - 1)) - 1); in checkBounds() local
128842 const ResultType MaxValue = (1ULL << (8 * sizeof(ResultType) - 1)) - 1; in ToIntWidth() local