Searched defs:SCEVMulExpr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h233 /// SCEVMulExpr - This node represents multiplication of some number of SCEVs.
235 class SCEVMulExpr : public SCEVCommutativeExpr { class in namespace:llvm
238 SCEVMulExpr(const FoldingSetNodeIDRef ID, function in class:llvm::SCEVMulExpr
245 static inline bool classof(const SCEVMulExpr *S) { return true; }
475 return ((SC*)this)->visitMulExpr((const SCEVMulExpr*)S);

Completed in 51 milliseconds