Searched defs:SCEVTy (Results 1 - 2 of 2) 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) {}
/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 104 milliseconds