Lines Matching refs:Ty
31 static Type *getPromotedType(Type *Ty) {32 if (IntegerType* ITy = dyn_cast<IntegerType>(Ty)) {34 return Type::getInt32Ty(Ty->getContext());36 return Ty;