Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/
DProduct.h13 template<typename Lhs, typename Rhs> class Product; variable
/external/chromium/chrome/browser/userfeedback/proto/
Dconfig.proto14 message Product { message
/external/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp141 const SCEVAddRecExpr *Product = in TEST_F() local
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp1033 const SCEV *Product = SE->getMulExpr(UpperBound, AbsCoeff); in strongSIVtest() local
1619 const SCEV *Product = SE->getMulExpr(AbsCoeff, UpperBound); in weakZeroSrcSIVtest() local
1729 const SCEV *Product = SE->getMulExpr(AbsCoeff, UpperBound); in weakZeroDstSIVtest() local
2187 const SCEVConstant *getConstantPart(const SCEVMulExpr *Product) { in getConstantPart()
2231 if (const SCEVMulExpr *Product = dyn_cast<SCEVMulExpr>(Coeff)) in gcdMIVtest() local
2252 if (const SCEVMulExpr *Product = dyn_cast<SCEVMulExpr>(Coeff)) in gcdMIVtest() local
2276 else if (const SCEVMulExpr *Product = dyn_cast<SCEVMulExpr>(Operand)) { in gcdMIVtest() local
2334 if (const SCEVMulExpr *Product = dyn_cast<SCEVMulExpr>(Coeff)) in gcdMIVtest() local
2352 if (const SCEVMulExpr *Product = dyn_cast<SCEVMulExpr>(Coeff)) in gcdMIVtest() local
2364 if (const SCEVMulExpr *Product = dyn_cast<SCEVMulExpr>(Delta)) in gcdMIVtest() local
/external/clang/test/CodeGenCXX/
Dtemp-order.cpp13 unsigned Product, Index; member
/external/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp75 Value *Product = Builder.CreateMul(Divisor, Quotient); in generatedUnsignedRemainderCode() local