Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dmat.c187 static void InsertComplexDoubleRow(Image *image,double *p,int y,double MinVal, in InsertComplexDoubleRow()
250 static void InsertComplexFloatRow(Image *image,float *p,int y,double MinVal, in InsertComplexFloatRow()
888 double MinVal, MaxVal; in ReadMATImage() local
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSuspiciousEnumUsageCheck.cpp37 llvm::APSInt MinVal; member
/external/llvm-project/polly/lib/Transform/
DFlattenAlgo.cpp279 auto MinVal = getConstant(Min, false, true); in tryFlattenLoop() local
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp306 int64_t MinVal = -uint64_t(1) << 31; in emitIncrement() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp404 int64_t MinVal = -uint64_t(1) << 31; in emitIncrement() local
/external/llvm-project/llvm/utils/PerfectShuffle/
DPerfectShuffle.cpp273 unsigned MinVal = i; in main() local
/external/llvm/utils/PerfectShuffle/
DPerfectShuffle.cpp274 unsigned MinVal = i; in main() local
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp372 int64_t MinVal = -uint64_t(1) << 31; in emitIncrement() local
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp853 SystemZAsmParser::parsePCRel(OperandVector &Operands, int64_t MinVal, in parsePCRel()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp1069 const int64_t MinVal = Is64 ? INT64_MIN : INT32_MIN; in input() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp1298 SystemZAsmParser::parsePCRel(OperandVector &Operands, int64_t MinVal, in parsePCRel()
/external/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp1480 SystemZAsmParser::parsePCRel(OperandVector &Operands, int64_t MinVal, in parsePCRel()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3560 APInt MinVal, MaxVal; in SimplifySetCC() local
7162 APInt MinVal = APInt::getSignedMinValue(BitWidth); in expandAddSubSat() local
7204 APInt MinVal = APInt::getSignedMinValue(VTSize); in expandFixedPointMul() local
DLegalizeIntegerTypes.cpp734 APInt MinVal = APInt::getSignedMinValue(OldBits).sext(NewBits); in PromoteIntRes_ADDSUBSAT() local
3045 APInt MinVal = APInt::getSignedMinValue(VTSize); in ExpandIntRes_MULFIX() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1782 APInt MinVal = APInt::getSignedMinValue(Ty->getScalarSizeInBits()); in foldOverflowingAddSubSelect() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3865 APInt MinVal, MaxVal; in SimplifySetCC() local
7612 APInt MinVal = APInt::getSignedMinValue(BitWidth); in expandAddSubSat() local
7689 APInt MinVal = APInt::getSignedMinValue(VTSize); in expandFixedPointMul() local
DLegalizeIntegerTypes.cpp802 APInt MinVal = APInt::getSignedMinValue(OldBits).sext(NewBits); in PromoteIntRes_ADDSUBSHLSAT() local
3377 APInt MinVal = APInt::getSignedMinValue(VTSize); in ExpandIntRes_MULFIX() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1834 APInt MinVal = APInt::getSignedMinValue(Ty->getScalarSizeInBits()); in foldOverflowingAddSubSelect() local
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1737 APInt MinVal, MaxVal; in SimplifySetCC() local
/external/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp6245 const unsigned MinVal, in parseSwizzleOperand()
6266 const unsigned MinVal, in parseSwizzleOperands()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp5952 auto MinVal = in lowerAddSubSatToMinMax() local
6031 auto MinVal = in lowerAddSubSatToAddoSubo() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp660 int64_t MinVal, MaxVal; in isImmScaled() local
/external/llvm-project/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp694 int64_t MinVal, MaxVal; in isImmScaled() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp5471 const unsigned MinVal, in parseSwizzleOperands()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp12164 llvm::APFixedPoint MinVal = S.Context.getFixedPointMin(T); in CheckImplicitConversion() local