Searched defs:Product (Results 1 – 6 of 6) sorted by relevance
13 template<typename Lhs, typename Rhs> class Product; variable
14 message Product { message
141 const SCEVAddRecExpr *Product = in TEST_F() local
1033 const SCEV *Product = SE->getMulExpr(UpperBound, AbsCoeff); in strongSIVtest() local1619 const SCEV *Product = SE->getMulExpr(AbsCoeff, UpperBound); in weakZeroSrcSIVtest() local1729 const SCEV *Product = SE->getMulExpr(AbsCoeff, UpperBound); in weakZeroDstSIVtest() local2187 const SCEVConstant *getConstantPart(const SCEVMulExpr *Product) { in getConstantPart()2231 if (const SCEVMulExpr *Product = dyn_cast<SCEVMulExpr>(Coeff)) in gcdMIVtest() local2252 if (const SCEVMulExpr *Product = dyn_cast<SCEVMulExpr>(Coeff)) in gcdMIVtest() local2276 else if (const SCEVMulExpr *Product = dyn_cast<SCEVMulExpr>(Operand)) { in gcdMIVtest() local2334 if (const SCEVMulExpr *Product = dyn_cast<SCEVMulExpr>(Coeff)) in gcdMIVtest() local2352 if (const SCEVMulExpr *Product = dyn_cast<SCEVMulExpr>(Coeff)) in gcdMIVtest() local2364 if (const SCEVMulExpr *Product = dyn_cast<SCEVMulExpr>(Delta)) in gcdMIVtest() local
13 unsigned Product, Index; member
75 Value *Product = Builder.CreateMul(Divisor, Quotient); in generatedUnsignedRemainderCode() local