Searched refs:SCEVTy (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 102 explicit SCEV(const FoldingSetNodeIDRef ID, unsigned SCEVTy) : 103 FastID(ID), SCEVType(SCEVTy), SubclassData(0) {}
|
D | ScalarEvolutionExpressions.h | 64 unsigned SCEVTy, const SCEV *op, Type *ty);
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 338 unsigned SCEVTy, const SCEV *op, Type *ty) in SCEVCastExpr() argument 339 : SCEV(ID, SCEVTy), Op(op), Ty(ty) {} in SCEVCastExpr()
|