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

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DConversionChecker.cpp175 unsigned long long MaxVal = 1ULL << RepresentsUntilExp; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1198 const uint64_t MaxVal = Is64 ? UINT64_MAX : UINT32_MAX; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp373 int64_t MaxVal = (int64_t(1) << 31) - 8; local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp169 llvm::APInt MaxVal = isSigned ? llvm::APInt::getSignedMaxValue(TypeWidth) local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp533 bool MaxVal = cast<ConstantInt>(ObjectSize->getArgOperand(1))->isZero(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1552 parsePCRel(OperandVector &Operands, int64_t MinVal, int64_t MaxVal, bool AllowTLS) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2569 auto MaxVal = APInt::getMaxValue(DstBits).zext(SrcBits); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp791 APInt MaxVal = APInt::getAllOnesValue(OldBits).zext(NewBits); local
837 APInt MaxVal = APInt::getSignedMaxValue(OldBits).sext(NewBits); local
3426 APInt MaxVal = APInt::getSignedMaxValue(VTSize); local
3436 APInt MaxVal = APInt::getMaxValue(VTSize); local
H A DTargetLowering.cpp3890 APInt MinVal, MaxVal; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2443 unsigned MaxVal = IsSVEPrefetch ? 15 : 31; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4741 APInt MaxVal = APInt::getMaxValue(MulWidth); local
4753 APInt MaxVal = APInt::getOneBitSet(CI->getBitWidth(), MulWidth); local
4764 APInt MaxVal = APInt::getMaxValue(MulWidth); local
4776 APInt MaxVal = APInt::getOneBitSet(CI->getBitWidth(), MulWidth); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5566 tryParseFmt(const char *Pref, int64_t MaxVal, int64_t &Fmt) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp12432 llvm::APFixedPoint MaxVal = S.Context.getFixedPointMax(T); local
H A DSemaExpr.cpp3804 auto MaxVal = Context.getFixedPointMax(Ty).getValue(); local

Completed in 409 milliseconds