Home
last modified time | relevance | path

Searched refs:SCEVTy (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
DScalarEvolution.h100 explicit SCEV(const FoldingSetNodeIDRef ID, unsigned SCEVTy) :
101 FastID(ID), SCEVType(SCEVTy), SubclassData(0) {}
DScalarEvolutionExpressions.h64 unsigned SCEVTy, const SCEV *op, Type *ty);
/external/llvm/lib/Analysis/
DScalarEvolution.cpp334 unsigned SCEVTy, const SCEV *op, Type *ty) in SCEVCastExpr() argument
335 : SCEV(ID, SCEVTy), Op(op), Ty(ty) {} in SCEVCastExpr()