Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDTypeSize.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-13-stable/contrib/llvm-project/llvm/lib/Support/
HDKnownBits.cpp79 APInt MinVal = LHS.getMinValue().uadd_sat(RHS.getMinValue()); in computeForAddSub() local
105 APInt MinVal; in computeForAddSub() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopStrengthReduce.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-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZFrameLowering.cpp488 int64_t MinVal = -uint64_t(1) << 31; in emitIncrement() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp1316 const int64_t MinVal = Is64 ? INT64_MIN : INT32_MIN; in input() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
HDSystemZAsmParser.cpp1578 int64_t MinVal, int64_t MaxVal, in parsePCRel()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineMulDivRem.cpp1714 APInt MinVal = APInt::getSignedMinValue(Ty->getScalarSizeInBits()); in visitSDiv() local
HDInstCombineSelect.cpp2124 APInt MinVal = APInt::getSignedMinValue(Ty->getScalarSizeInBits()); in foldOverflowingAddSubSelect() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.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
HDLegalizeIntegerTypes.cpp1112 APInt MinVal = APInt::getSignedMinValue(OldBits).sext(NewBits); in PromoteIntRes_ADDSUBSHLSAT() local
4268 APInt MinVal = APInt::getSignedMinValue(VTSize); in ExpandIntRes_MULFIX() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
HDAMDGPUAsmParser.cpp7931 const unsigned MinVal, in parseSwizzleOperand()
7952 const unsigned MinVal, in parseSwizzleOperands()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDLegalizerHelper.cpp8021 auto MinVal = in lowerAddSubSatToMinMax() local
8098 auto MinVal = in lowerAddSubSatToAddoSubo() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
HDAArch64AsmParser.cpp824 int64_t MinVal, MaxVal; in isImmScaled() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp10960 llvm::APFixedPoint MinVal = Context.getFixedPointMin(T); in CheckImplicitConversion() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDScalarEvolution.cpp6909 APInt MinVal = APInt::getZero(BitWidth); in getRangeRef() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIISelLowering.cpp13048 SDValue MinVal, in performIntMed3ImmCombine()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp5698 APInt MinVal = APInt::getSignedMinValue(32).sext(64); in lowerSADDSAT_SSUBSAT() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp28185 APInt MinVal = APInt::getSignedMinValue(BitWidth); in LowerADDSAT_SUBSAT() local