Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h302 constexpr ElementCount(ScalarTy MinVal, bool Scalable) in ElementCount()
312 static constexpr ElementCount getFixed(ScalarTy MinVal) { in getFixed()
315 static constexpr ElementCount getScalable(ScalarTy MinVal) { in getScalable()
318 static constexpr ElementCount get(ScalarTy MinVal, bool Scalable) { in get()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBuiltinFunctionChecker.cpp160 nonloc::ConcreteInt MinVal{VF.getValue(MinValType)}; in checkOverflow() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp88 APInt MinVal = LHS.getMinValue().uadd_sat(RHS.getMinValue()); in computeForAddSub() local
114 APInt MinVal; in computeForAddSub() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp253 constexpr Immediate(ScalarTy MinVal, bool Scalable) in Immediate()
262 static constexpr Immediate getFixed(ScalarTy MinVal) { in getFixed()
265 static constexpr Immediate getScalable(ScalarTy MinVal) { in getScalable()
268 static constexpr Immediate get(ScalarTy MinVal, bool Scalable) { in get()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp490 int64_t MinVal = -uint64_t(1) << 31; in emitIncrement() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1348 const int64_t MinVal = Is64 ? INT64_MIN : INT32_MIN; in input() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1647 int64_t MinVal, int64_t MaxVal, in parsePCRel()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1882 APInt MinVal = APInt::getSignedMinValue(Ty->getScalarSizeInBits()); in visitSDiv() local
H A DInstCombineSelect.cpp2178 APInt MinVal = APInt::getSignedMinValue(Ty->getScalarSizeInBits()); in foldOverflowingAddSubSelect() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5137 APInt MinVal, MaxVal; in SimplifySetCC() local
10894 APInt MinVal = APInt::getSignedMinValue(BitWidth); in expandAddSubSat() local
10925 APInt MinVal = APInt::getSignedMinValue(BitWidth); in expandAddSubSat() local
11162 APInt MinVal = APInt::getSignedMinValue(VTSize); in expandFixedPointMul() local
H A DLegalizeIntegerTypes.cpp1158 APInt MinVal = APInt::getSignedMinValue(OldBits).sext(NewBits); in PromoteIntRes_ADDSUBSHLSAT() local
4492 APInt MinVal = APInt::getSignedMinValue(VTSize); in ExpandIntRes_MULFIX() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3061 auto MinVal = MIRBuilder.buildConstant( in widenScalar() local
8942 auto MinVal = in lowerAddSubSatToMinMax() local
9019 auto MinVal = in lowerAddSubSatToAddoSubo() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2972 APInt MinVal = in handleRelationalComparisonExact() local
4591 APInt MinVal = in handleAbsIntrinsic() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp8353 bool AMDGPUAsmParser::parseSwizzleOperand(int64_t &Op, const unsigned MinVal, in parseSwizzleOperand()
8373 const unsigned MinVal, in parseSwizzleOperands()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp852 int64_t MinVal, MaxVal; in isImmScaled() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp12325 llvm::APFixedPoint MinVal = Context.getFixedPointMin(T); in CheckImplicitConversion() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp6919 APInt MinVal = APInt::getZero(BitWidth); in getRangeRef() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp13822 SDValue MinVal, in performIntMed3ImmCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29207 APInt MinVal = APInt::getSignedMinValue(BitWidth); in LowerADDSAT_SUBSAT() local