Home
last modified time | relevance | path

Searched defs:MaxVal (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp405 int64_t MaxVal = (int64_t(1) << 31) - 8; in emitIncrement() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp509 bool MaxVal = cast<ConstantInt>(ObjectSize->getArgOperand(1))->isZero(); in lowerObjectSizeCall() local
H A DScalarEvolutionExpander.cpp2321 auto MaxVal = APInt::getMaxValue(DstBits).zext(SrcBits); in generateOverflowCheck() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1298 parsePCRel(OperandVector &Operands, int64_t MinVal, int64_t MaxVal, bool AllowTLS) parsePCRel() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp726 APInt MaxVal = APInt::getAllOnesValue(OldBits).zext(NewBits); in PromoteIntRes_ADDSUBSAT() local
735 APInt MaxVal = APInt::getSignedMaxValue(OldBits).sext(NewBits); in PromoteIntRes_ADDSUBSAT() local
3046 APInt MaxVal = APInt::getSignedMaxValue(VTSize); in ExpandIntRes_MULFIX() local
3056 APInt MaxVal = APInt::getMaxValue(VTSize); in ExpandIntRes_MULFIX() local
H A DTargetLowering.cpp3560 APInt MinVal, MaxVal; in SimplifySetCC() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2368 unsigned MaxVal = IsSVEPrefetch ? 15 : 31; in tryParsePrefetch() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4665 APInt MaxVal = APInt::getMaxValue(MulWidth); in processUMulZExtIdiom() local
4677 APInt MaxVal = APInt::getOneBitSet(CI->getBitWidth(), MulWidth); in processUMulZExtIdiom() local
4688 APInt MaxVal = APInt::getMaxValue(MulWidth); in processUMulZExtIdiom() local
4700 APInt MaxVal = APInt::getOneBitSet(CI->getBitWidth(), MulWidth); processUMulZExtIdiom() local
[all...]

Completed in 65 milliseconds