Searched refs:SCEVTy (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ScalarEvolution.h | 99 explicit SCEV(const FoldingSetNodeIDRef ID, unsigned SCEVTy) : 100 FastID(ID), SCEVType(SCEVTy), SubclassData(0) {}
|
D | ScalarEvolutionExpressions.h | 63 unsigned SCEVTy, const SCEV *op, Type *ty);
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 108 explicit SCEV(const FoldingSetNodeIDRef ID, unsigned SCEVTy) : 109 FastID(ID), SCEVType(SCEVTy), SubclassData(0) {}
|
D | ScalarEvolutionExpressions.h | 61 unsigned SCEVTy, const SCEV *op, Type *ty);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 119 explicit SCEV(const FoldingSetNodeIDRef ID, unsigned SCEVTy) 120 : FastID(ID), SCEVType(SCEVTy) {}
|
D | ScalarEvolutionExpressions.h | 75 unsigned SCEVTy, const SCEV *op, Type *ty);
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 306 unsigned SCEVTy, const SCEV *op, Type *ty) in SCEVCastExpr() argument 307 : SCEV(ID, SCEVTy), Op(op), Ty(ty) {} in SCEVCastExpr()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 331 unsigned SCEVTy, const SCEV *op, Type *ty) in SCEVCastExpr() argument 332 : SCEV(ID, SCEVTy), Op(op), Ty(ty) {} in SCEVCastExpr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 418 unsigned SCEVTy, const SCEV *op, Type *ty) in SCEVCastExpr() argument 419 : SCEV(ID, SCEVTy), Op(op), Ty(ty) {} in SCEVCastExpr()
|