Home
last modified time | relevance | path

Searched defs:Product (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCheckedArithmetic.h76 if (auto Product = checkedMul(A, B)) in checkedMulAdd() local
105 if (auto Product = checkedMulUnsigned(A, B)) in checkedMulAddUnsigned() local
/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Dutstrsuppt.c430 UINT64 Product; in AcpiUtInsertDigit() local
472 UINT64 Product; in AcpiUtStrtoulMultiply64() local
H A Dutmath.c94 UINT64_OVERLAY Product; in AcpiUtShortMultiply() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1172 const SCEV *Product = SE->getMulExpr(UpperBound, AbsCoeff); in strongSIVtest() local
1716 const SCEV *Product = SE->getMulExpr(AbsCoeff, UpperBound); in weakZeroSrcSIVtest() local
1825 const SCEV *Product = SE->getMulExpr(AbsCoeff, UpperBound); in weakZeroDstSIVtest() local
2292 else if (const auto *Product = dyn_cast<SCEVMulExpr>(Expr)) in getConstantPart() local
2374 else if (const SCEVMulExpr *Product = dyn_cast<SCEVMulExpr>(Operand)) { in gcdMIVtest() local
H A DLoopAccessAnalysis.cpp1385 const SCEV *Product = SE.getMulExpr(&BackedgeTakenCount, Step); in isSafeDependenceDistance() local
H A DConstantFolding.cpp2786 APInt Product = (C0->sextOrSelf(ExtendedWidth) * in ConstantFoldScalarCall3() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp89 Value *Product = Builder.CreateMul(Divisor, Quotient); in generatedUnsignedRemainderCode() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp433 APInt Product = ImmValC.smul_ov(MultiplierC, IsOverflow); in isSuitableMemoryOp() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Dppevvmath.h336 fInt Product; in fMultiply() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp690 static bool multiplyOverflows(const APInt &C1, const APInt &C2, APInt &Product, in multiplyOverflows()
745 APInt Product(C1->getBitWidth(), /*val=*/0ULL, IsSigned); in commonIDivTransforms() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp845 Instruction *Product = in pushOutMul() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp307 unsigned long long Product = in GetAllPathCountWithOverflow() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLICM.cpp939 auto Product = in hoistRegion() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8103 SDValue Product = Result.getValue(0); in expandFixedPointMul() local
8117 SDValue Product = Result.getValue(0); in expandFixedPointMul() local
H A DLegalizeIntegerTypes.cpp3422 SDValue Product = Result.getValue(0); in ExpandIntRes_MULFIX() local