HomeSort by relevance Sort by last modified time
    Searched defs:SCEVMulExpr (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolutionExpressions.h 232 /// SCEVMulExpr - This node represents multiplication of some number of SCEVs.
234 class SCEVMulExpr : public SCEVCommutativeExpr {
237 SCEVMulExpr(const FoldingSetNodeIDRef ID,
244 static inline bool classof(const SCEVMulExpr *S) { return true; }
474 return ((SC*)this)->visitMulExpr((const SCEVMulExpr*)S);
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 227 class SCEVMulExpr : public SCEVCommutativeExpr {
230 SCEVMulExpr(const FoldingSetNodeIDRef ID,
453 return ((SC*)this)->visitMulExpr((const SCEVMulExpr*)S);
574 const SCEV *visitMulExpr(const SCEVMulExpr *Expr) {

Completed in 504 milliseconds