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

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

Completed in 6413 milliseconds