Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CTy

228     Type *CTy;
230 if (U->isOffsetOf(CTy, FieldNo)) {
231 OS << "offsetof(" << *CTy << ", ";
427 bool SCEVUnknown::isOffsetOf(Type *&CTy, Constant *&FieldNo) const {
440 CTy = Ty;