Searched refs:Ty0 (Results 1 – 2 of 2) sorted by relevance
3598 static Type* getWiderType(const DataLayout &DL, Type *Ty0, Type *Ty1) { in getWiderType() argument3599 Ty0 = convertPointerToIntegerType(DL, Ty0); in getWiderType()3601 if (Ty0->getScalarSizeInBits() > Ty1->getScalarSizeInBits()) in getWiderType()3602 return Ty0; in getWiderType()
1267 Type *Ty0 = cast<Instruction>(VL0)->getOperand(0)->getType(); in buildTree_rec() local1270 if (Ty0 != CurTy) { in buildTree_rec()3341 Type *Ty0 = I0->getType(); in tryToVectorizeList() local3342 unsigned Sz = DL.getTypeSizeInBits(Ty0); in tryToVectorizeList()