Home
last modified time | relevance | path

Searched defs:MinValue (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceSwitchLowering.cpp65 const uint64_t MinValue = CaseClusters.front().Low; in clusterizeSwitch() 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()
234 bool isImm(int64_t MinValue, int64_t MaxValue) const { in isImm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp204 APInt MinValue = APInt::getSignedMinValue(BitWidth); in makeExactMulNSWRegion() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp522 int MinValue = HexagonMCInstrInfo::getMinValue(MCII, MCI); in isConstExtended() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp2327 APInt MinValue = in ConstantFoldScalarCall3() local
DScalarEvolution.cpp10577 APInt MinValue = APInt::getSignedMinValue(BitWidth); in doesIVOverflowOnGT() local
10585 APInt MinValue = APInt::getMinValue(BitWidth); in doesIVOverflowOnGT() 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.cpp2066 int MinValue = getMinValue(MI); in isConstExtended() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp1644 struct MinValue struct
1650 typedef typename MakeUnsigned<IntegerType>::Type UnsignedIntegerType;
1651 static const size_t PosOfSignBit = PositionOfSignBit<IntegerType>::value;
1660 static const IntegerType value =
36786 const To MinValue = -MaxValue - To(1); in checkBounds() local
128843 const ResultType MinValue = -MaxValue - 1; in ToIntWidth() local