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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DScalarEvolution.h99 explicit SCEV(const FoldingSetNodeIDRef ID, unsigned SCEVTy) : argument
100 FastID(ID), SCEVType(SCEVTy), SubclassData(0) {}
H A DScalarEvolutionExpressions.h63 unsigned SCEVTy, const SCEV *op, Type *ty);
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h61 unsigned SCEVTy, const SCEV *op, Type *ty);
H A DScalarEvolution.h108 explicit SCEV(const FoldingSetNodeIDRef ID, unsigned SCEVTy) : argument
109 FastID(ID), SCEVType(SCEVTy), SubclassData(0) {}
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DScalarEvolution.cpp306 unsigned SCEVTy, const SCEV *op, Type *ty)
307 : SCEV(ID, SCEVTy), Op(op), Ty(ty) {}
305 SCEVCastExpr(const FoldingSetNodeIDRef ID, unsigned SCEVTy, const SCEV *op, Type *ty) argument
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp331 unsigned SCEVTy, const SCEV *op, Type *ty)
332 : SCEV(ID, SCEVTy), Op(op), Ty(ty) {}
330 SCEVCastExpr(const FoldingSetNodeIDRef ID, unsigned SCEVTy, const SCEV *op, Type *ty) argument

Completed in 147 milliseconds