Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2425 APInt MaxVal = APInt::getMaxValue(MulWidth); in ProcessUMulZExtIdiom() local
2437 APInt MaxVal = APInt::getOneBitSet(CI->getBitWidth(), MulWidth); in ProcessUMulZExtIdiom() local
2448 APInt MaxVal = APInt::getMaxValue(MulWidth); in ProcessUMulZExtIdiom() local
2460 APInt MaxVal = APInt::getOneBitSet(CI->getBitWidth(), MulWidth); in ProcessUMulZExtIdiom() local
/external/opencv3/modules/cudev/test/
Dtest_reduction.cu104 TEST(MaxVal, Expr) in TEST() argument
/external/clang/lib/Frontend/
DInitPreprocessor.cpp187 llvm::APInt MaxVal = isSigned ? llvm::APInt::getSignedMaxValue(TypeWidth) in DefineTypeSize() local
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp300 int64_t MaxVal = (int64_t(1) << 31) - 8; in emitIncrement() local
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp851 int64_t MaxVal, bool AllowTLS) { in parsePCRel()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1620 APInt MinVal, MaxVal; in SimplifySetCC() local