Lines Matching defs:CTy
228 Type *CTy;
230 if (U->isOffsetOf(CTy, FieldNo)) {
231 OS << "offsetof(" << *CTy << ", ";
429 bool SCEVUnknown::isOffsetOf(Type *&CTy, Constant *&FieldNo) const {
442 CTy = Ty;
2635 const SCEV *ScalarEvolution::getOffsetOfExpr(Type *CTy,
2637 Constant *C = ConstantExpr::getOffsetOf(CTy, FieldNo);
2641 Type *Ty = getEffectiveSCEVType(PointerType::getUnqual(CTy));