Home
last modified time | relevance | path

Searched defs:MinVal (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h301 constexpr ElementCount(ScalarTy MinVal, bool Scalable) in ElementCount()
311 static constexpr ElementCount getFixed(ScalarTy MinVal) { in getFixed()
314 static constexpr ElementCount getScalable(ScalarTy MinVal) { in getScalable()
317 static constexpr ElementCount get(ScalarTy MinVal, bool Scalable) { in get()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp79 APInt MinVal = LHS.getMinValue().uadd_sat(RHS.getMinValue()); in computeForAddSub() local
105 APInt MinVal; in computeForAddSub() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp261 constexpr Immediate(ScalarTy MinVal, bool Scalable) in Immediate()
270 static constexpr Immediate getFixed(ScalarTy MinVal) { in getFixed()
273 static constexpr Immediate getScalable(ScalarTy MinVal) { in getScalable()
276 static constexpr Immediate get(ScalarTy MinVal, bool Scalable) { in get()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp488 int64_t MinVal = -uint64_t(1) << 31; in emitIncrement() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1316 const int64_t MinVal = Is64 ? INT64_MIN : INT32_MIN; in input() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1578 int64_t MinVal, int64_t MaxVal, in parsePCRel()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1714 APInt MinVal = APInt::getSignedMinValue(Ty->getScalarSizeInBits()); in visitSDiv() local
H A DInstCombineSelect.cpp2124 APInt MinVal = APInt::getSignedMinValue(Ty->getScalarSizeInBits()); in foldOverflowingAddSubSelect() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4921 APInt MinVal, MaxVal; in SimplifySetCC() local
10402 APInt MinVal = APInt::getSignedMinValue(BitWidth); in expandAddSubSat() local
10433 APInt MinVal = APInt::getSignedMinValue(BitWidth); in expandAddSubSat() local
10663 APInt MinVal = APInt::getSignedMinValue(VTSize); in expandFixedPointMul() local
H A DLegalizeIntegerTypes.cpp1112 APInt MinVal = APInt::getSignedMinValue(OldBits).sext(NewBits); in PromoteIntRes_ADDSUBSHLSAT() local
4268 APInt MinVal = APInt::getSignedMinValue(VTSize); in ExpandIntRes_MULFIX() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp7931 const unsigned MinVal, in parseSwizzleOperand()
7952 const unsigned MinVal, in parseSwizzleOperands()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp8021 auto MinVal = in lowerAddSubSatToMinMax() local
8098 auto MinVal = in lowerAddSubSatToAddoSubo() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp824 int64_t MinVal, MaxVal; in isImmScaled() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10960 llvm::APFixedPoint MinVal = Context.getFixedPointMin(T); in CheckImplicitConversion() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp13048 SDValue MinVal, in performIntMed3ImmCombine()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp6909 APInt MinVal = APInt::getZero(BitWidth); in getRangeRef() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5697 APInt MinVal = APInt::getSignedMinValue(32).sext(64); in lowerSADDSAT_SSUBSAT() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28185 APInt MinVal = APInt::getSignedMinValue(BitWidth); in LowerADDSAT_SUBSAT() local