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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h65 const unsigned short SCEVType; member in class:llvm::SCEV
101 FastID(ID), SCEVType(SCEVTy), SubclassData(0) {}
103 unsigned getSCEVType() const { return SCEVType; }

Completed in 71 milliseconds