| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| D | CheckedArithmetic.h | 76 if (auto Product = checkedMul(A, B)) in checkedMulAdd() local 105 if (auto Product = checkedMulUnsigned(A, B)) in checkedMulAddUnsigned() local
|
| /freebsd-12-stable/sys/contrib/dev/acpica/components/utilities/ |
| D | utstrsuppt.c | 520 UINT64 Product; in AcpiUtInsertDigit() local 562 UINT64 Product; in AcpiUtStrtoulMultiply64() local
|
| D | utmath.c | 202 UINT64_OVERLAY Product; in AcpiUtShortMultiply() local
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| D | wrappers_c_checks.h | 48 inline bool checkForCallocOverflow(uptr Size, uptr N, uptr *Product) { in checkForCallocOverflow()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/ |
| D | Disassembler.h | 188 Product enumerator
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | DependenceAnalysis.cpp | 1172 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
|
| D | LoopAccessAnalysis.cpp | 1404 const SCEV *Product = SE.getMulExpr(&BackedgeTakenCount, Step); in isSafeDependenceDistance() local
|
| D | ConstantFolding.cpp | 2939 APInt Product = (C0->sextOrSelf(ExtendedWidth) * in ConstantFoldScalarCall3() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | ImplicitNullChecks.cpp | 433 APInt Product = ImmValC.smul_ov(MultiplierC, IsOverflow); in isSuitableMemoryOp() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | IntegerDivision.cpp | 89 Value *Product = Builder.CreateMul(Divisor, Quotient); in generatedUnsignedRemainderCode() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineMulDivRem.cpp | 696 static bool multiplyOverflows(const APInt &C1, const APInt &C2, APInt &Product, in multiplyOverflows() 751 APInt Product(C1->getBitWidth(), /*val=*/0ULL, IsSigned); in commonIDivTransforms() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | MVEGatherScatterLowering.cpp | 908 Instruction *Product = in pushOutMul() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
| D | ObjCARCOpts.cpp | 307 unsigned long long Product = in GetAllPathCountWithOverflow() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | LICM.cpp | 967 auto Product = in hoistRegion() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | TargetLowering.cpp | 8150 SDValue Product = Result.getValue(0); in expandFixedPointMul() local 8167 SDValue Product = Result.getValue(0); in expandFixedPointMul() local
|
| D | LegalizeIntegerTypes.cpp | 3459 SDValue Product = Result.getValue(0); in ExpandIntRes_MULFIX() local
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaChecking.cpp | 14851 llvm::APInt Product(index); in CheckArrayAccess() local
|