Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:Ty0

4508 static Type *getWiderType(const DataLayout &DL, Type *Ty0, Type *Ty1) {
4509 Ty0 = convertPointerToIntegerType(DL, Ty0);
4511 if (Ty0->getScalarSizeInBits() > Ty1->getScalarSizeInBits())
4512 return Ty0;