Home
last modified time | relevance | path

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

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