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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DConversionChecker.cpp182 unsigned long long MaxVal = 1ULL << RepresentsUntilExp; local
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp171 llvm::APInt MaxVal = isSigned ? llvm::APInt::getSignedMaxValue(TypeWidth) local
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1306 const uint64_t MaxVal = Is64 ? UINT64_MAX : UINT32_MAX; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp499 int64_t MaxVal = (int64_t(1) << 31) - 8; local
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp618 bool MaxVal = cast<ConstantInt>(ObjectSize->getArgOperand(1))->isZero(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2098 auto MaxVal = APInt::getMaxValue(DstBits).zext(SrcBits); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1577 parsePCRel(OperandVector &Operands, int64_t MinVal, int64_t MaxVal, bool AllowTLS) argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp968 APInt MaxVal = APInt::getAllOnes(OldBits).zext(NewBits); local
1014 APInt MaxVal = APInt::getSignedMaxValue(OldBits).sext(NewBits); local
4113 APInt MaxVal = APInt::getSignedMaxValue(VTSize); local
4126 APInt MaxVal = APInt::getMaxValue(VTSize); local
H A DTargetLowering.cpp4846 APInt MinVal, MaxVal; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3083 static const uint64_t MaxVal = std::numeric_limits<uint64_t>::max(); member in struct:llvm::DICompileUnit::DILexicalBlock::DIExpression::DenseMapInfo
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5887 APInt MaxVal = APInt::getMaxValue(MulWidth); local
5898 APInt MaxVal = APInt::getOneBitSet(OtherVal->getBitWidth(), MulWidth); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp820 int64_t MinVal, MaxVal; local
3029 unsigned MaxVal = 63; local
3088 unsigned MaxVal = IsSVEPrefetch ? 15 : 31; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6483 tryParseFmt(const char *Pref, int64_t MaxVal, int64_t &Fmt) argument
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp4081 auto MaxVal = Context.getFixedPointMax(Ty).getValue(); local
H A DSemaChecking.cpp15845 llvm::APFixedPoint MaxVal = S.Context.getFixedPointMax(T); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2905 APFloat MaxVal = APFloat(FltSem); local
3015 APFloat MaxVal = APFloat(FltSem); local
3095 APFloat MaxVal = APFloat(FltSem); local
[all...]

Completed in 794 milliseconds