Home
last modified time | relevance | path

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

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