Home
last modified time | relevance | path

Searched defs:MinVal (Results 1 – 12 of 12) 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/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/utils/PerfectShuffle/
DPerfectShuffle.cpp274 unsigned MinVal = i; in main() local
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp853 SystemZAsmParser::parsePCRel(OperandVector &Operands, int64_t MinVal, in parsePCRel()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp1298 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/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1737 APInt MinVal, MaxVal; in SimplifySetCC() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp660 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()