Home
last modified time | relevance | path

Searched refs:SCEVTy (Results 1 – 9 of 9) 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-7.0/llvm/include/llvm/Analysis/
DScalarEvolution.h119 explicit SCEV(const FoldingSetNodeIDRef ID, unsigned SCEVTy)
120 : FastID(ID), SCEVType(SCEVTy) {}
DScalarEvolutionExpressions.h75 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp418 unsigned SCEVTy, const SCEV *op, Type *ty) in SCEVCastExpr() argument
419 : SCEV(ID, SCEVTy), Op(op), Ty(ty) {} in SCEVCastExpr()