| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TypeSize.h | 302 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 D | BuiltinFunctionChecker.cpp | 160 nonloc::ConcreteInt MinVal{VF.getValue(MinValType)}; in checkOverflow() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | KnownBits.cpp | 88 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 D | LoopStrengthReduce.cpp | 253 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 D | SystemZFrameLowering.cpp | 490 int64_t MinVal = -uint64_t(1) << 31; in emitIncrement() local
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 1348 const int64_t MinVal = Is64 ? INT64_MIN : INT32_MIN; in input() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 1647 int64_t MinVal, int64_t MaxVal, in parsePCRel()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 1882 APInt MinVal = APInt::getSignedMinValue(Ty->getScalarSizeInBits()); in visitSDiv() local
|
| H A D | InstCombineSelect.cpp | 2178 APInt MinVal = APInt::getSignedMinValue(Ty->getScalarSizeInBits()); in foldOverflowingAddSubSelect() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 5137 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 D | LegalizeIntegerTypes.cpp | 1158 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 D | LegalizerHelper.cpp | 3061 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 D | MemorySanitizer.cpp | 2972 APInt MinVal = in handleRelationalComparisonExact() local 4591 APInt MinVal = in handleAbsIntrinsic() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 8353 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 D | AArch64AsmParser.cpp | 852 int64_t MinVal, MaxVal; in isImmScaled() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 12325 llvm::APFixedPoint MinVal = Context.getFixedPointMin(T); in CheckImplicitConversion() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 6919 APInt MinVal = APInt::getZero(BitWidth); in getRangeRef() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 13822 SDValue MinVal, in performIntMed3ImmCombine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 29207 APInt MinVal = APInt::getSignedMinValue(BitWidth); in LowerADDSAT_SUBSAT() local
|