Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DConversionChecker.cpp182 unsigned long long MaxVal = 1ULL << RepresentsUntilExp; in isLossOfPrecision() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp171 llvm::APInt MaxVal = isSigned ? llvm::APInt::getSignedMaxValue(TypeWidth) DefineTypeSize() local
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1616 auto MaxVal = llvm::APInt::getMaxValue(StoreVal.getBitWidth()); GetFixedPointValue() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp618 bool MaxVal = cast<ConstantInt>(ObjectSize->getArgOperand(1))->isZero(); in lowerObjectSizeCall() local
H A DScalarEvolution.cpp6889 APInt MaxVal = APInt::getMaxValue(BitWidth) - APInt(BitWidth, ObjSize); getRangeRef() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp968 APInt MaxVal = APInt::getAllOnes(OldBits).zext(NewBits); PromoteIntRes_ADDSUBSHLSAT() local
1014 APInt MaxVal = APInt::getSignedMaxValue(OldBits).sext(NewBits); PromoteIntRes_ADDSUBSHLSAT() local
4113 APInt MaxVal = APInt::getSignedMaxValue(VTSize); ExpandIntRes_MULFIX() local
4126 APInt MaxVal = APInt::getMaxValue(VTSize); ExpandIntRes_MULFIX() local
H A DTargetLowering.cpp4846 APInt MinVal, MaxVal; SimplifySetCC() local
10075 APInt MaxVal = APInt::getSignedMaxValue(BitWidth); expandAddSubSat() local
10185 APInt MaxVal = APInt::getSignedMaxValue(VTSize); expandFixedPointMul() local
10200 APInt MaxVal = APInt::getMaxValue(VTSize); expandFixedPointMul() local
10250 APInt MaxVal = APInt::getMaxValue(VTSize); expandFixedPointMul() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp499 int64_t MaxVal = (int64_t(1) << 31) - 8; emitIncrement() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1306 const uint64_t MaxVal = Is64 ? UINT64_MAX : UINT32_MAX; input() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1578 int64_t MinVal, int64_t MaxVal, in parsePCRel() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2098 auto MaxVal = APInt::getMaxValue(DstBits).zext(SrcBits); generateOverflowCheck() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp820 int64_t MinVal, MaxVal; isImmScaled() local
3029 unsigned MaxVal = 63; tryParseRPRFMOperand() local
3088 unsigned MaxVal = IsSVEPrefetch ? 15 : 31; tryParsePrefetch() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6484 tryParseFmt(const char * Pref,int64_t MaxVal,int64_t & Fmt) tryParseFmt() argument
7661 parseSwizzleOperand(int64_t & Op,const unsigned MinVal,const unsigned MaxVal,const StringRef ErrMsg,SMLoc & Loc) parseSwizzleOperand() argument
7682 parseSwizzleOperands(const unsigned OpNum,int64_t * Op,const unsigned MinVal,const unsigned MaxVal,const StringRef ErrMsg) parseSwizzleOperands() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5887 APInt MaxVal = APInt::getMaxValue(MulWidth); processUMulZExtIdiom() local
5898 APInt MaxVal = APInt::getOneBitSet(OtherVal->getBitWidth(), MulWidth); processUMulZExtIdiom() local
H A DInstCombineSelect.cpp1981 APInt MaxVal = APInt::getSignedMaxValue(Ty->getScalarSizeInBits()); foldOverflowingAddSubSelect() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2905 APFloat MaxVal = APFloat(FltSem); lowerVectorFTRUNC_FCEIL_FFLOOR_FROUND() local
3015 APFloat MaxVal = APFloat(FltSem); lowerVectorStrictFTRUNC_FCEIL_FFLOOR_FROUND() local
3095 APFloat MaxVal = APFloat(FltSem); lowerFTRUNC_FCEIL_FFLOOR_FROUND() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7529 auto MaxVal = lowerAddSubSatToMinMax() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp15845 llvm::APFixedPoint MaxVal = S.Context.getFixedPointMax(T); CheckImplicitConversion() local
H A DSemaExpr.cpp4081 auto MaxVal = Context.getFixedPointMax(Ty).getValue(); ActOnNumericConstant() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp12773 performIntMed3ImmCombine(SelectionDAG & DAG,const SDLoc & SL,SDValue Src,SDValue MinVal,SDValue MaxVal,bool Signed) const performIntMed3ImmCombine() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp27963 APInt MaxVal = APInt::getSignedMaxValue(BitWidth); LowerADDSAT_SUBSAT() local
[all...]