Home
last modified time | relevance | path

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

/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()
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousEnumUsageCheck.cpp35 llvm::APSInt MinVal; member
/llvm-project/bolt/lib/Passes/
H A DLongJmp.cpp144 int64_t MinVal = -(1ULL << BitsAvail); lookupStubFromGroup() local
535 int64_t MinVal = -(1ULL << BitsAvail); needsStub() local
/llvm-project/polly/lib/Transform/
H A DFlattenAlgo.cpp276 auto MinVal = getConstant(Min, false, true); in tryFlattenLoop() local
/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp79 APInt MinVal = LHS.getMinValue().uadd_sat(RHS.getMinValue()); computeForAddSub() local
105 APInt MinVal; computeForAddSub() local
/llvm-project/llvm/utils/PerfectShuffle/
H A DPerfectShuffle.cpp294 unsigned MinVal = i; in main() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp261 Immediate(ScalarTy MinVal,bool Scalable) Immediate() argument
270 getFixed(ScalarTy MinVal) getFixed() argument
273 getScalable(ScalarTy MinVal) getScalable() argument
276 get(ScalarTy MinVal,bool Scalable) get() argument
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp488 int64_t MinVal = -uint64_t(1) << 31; emitIncrement() local
/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1316 const int64_t MinVal = Is64 ? INT64_MIN : INT32_MIN; input() local
/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1578 parsePCRel(OperandVector & Operands,int64_t MinVal,int64_t MaxVal,bool AllowTLS) parsePCRel() argument
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1706 APInt MinVal = APInt::getSignedMinValue(Ty->getScalarSizeInBits()); visitSDiv() local
H A DInstCombineSelect.cpp2121 APInt MinVal = APInt::getSignedMinValue(Ty->getScalarSizeInBits()); foldOverflowingAddSubSelect() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4911 APInt MinVal, MaxVal; SimplifySetCC() local
10334 APInt MinVal = APInt::getSignedMinValue(BitWidth); expandAddSubSat() local
10365 APInt MinVal = APInt::getSignedMinValue(BitWidth); expandAddSubSat() local
10581 APInt MinVal = APInt::getSignedMinValue(VTSize); expandFixedPointMul() local
[all...]
H A DLegalizeIntegerTypes.cpp1097 APInt MinVal = APInt::getSignedMinValue(OldBits).sext(NewBits); PromoteIntRes_ADDSUBSHLSAT() local
4235 APInt MinVal = APInt::getSignedMinValue(VTSize); ExpandIntRes_MULFIX() local
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp7924 parseSwizzleOperand(int64_t & Op,const unsigned MinVal,const unsigned MaxVal,const StringRef ErrMsg,SMLoc & Loc) parseSwizzleOperand() argument
7945 parseSwizzleOperands(const unsigned OpNum,int64_t * Op,const unsigned MinVal,const unsigned MaxVal,const StringRef ErrMsg) parseSwizzleOperands() argument
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7822 auto MinVal = lowerAddSubSatToMinMax() local
7899 auto MinVal = lowerAddSubSatToAddoSubo() local
/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp824 int64_t MinVal, MaxVal; isImmScaled() local
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10956 llvm::APFixedPoint MinVal = Context.getFixedPointMin(T); CheckImplicitConversion() local
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp6907 APInt MinVal = APInt::getZero(BitWidth); getRangeRef() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp13044 performIntMed3ImmCombine(SelectionDAG & DAG,const SDLoc & SL,SDValue Src,SDValue MinVal,SDValue MaxVal,bool Signed) const performIntMed3ImmCombine() argument
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5691 APInt MinVal = APInt::getSignedMinValue(32).sext(64); lowerSADDSAT_SSUBSAT() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28209 APInt MinVal = APInt::getSignedMinValue(BitWidth); LowerADDSAT_SUBSAT() local
[all...]