Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInst.cpp96 int MaxValue = getMaxValue(); in isConstExtended() local
/external/llvm/lib/IR/
DConstantRange.cpp472 APInt MaxValue = APInt::getMaxValue(DstTySize).zext(getBitWidth()); in truncate() local
/external/webrtc/src/modules/audio_processing/test/
Dunit_test.cc154 T MaxValue(T a, T b) { in MaxValue() function
/external/chromium_org/content/shell/renderer/test_runner/
Dweb_ax_object_proxy.cc666 int WebAXObjectProxy::MaxValue() { in MaxValue() function in content::WebAXObjectProxy
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp1706 int MaxValue = getMaxValue(MI); in isConstExtended() local
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp24 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue) { in inRange()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp6557 APInt MaxValue = APInt::getSignedMaxValue(BitWidth); in doesIVOverflowOnLT() local
6566 APInt MaxValue = APInt::getMaxValue(BitWidth); in doesIVOverflowOnLT() local