Searched refs:Ty0 (Results 1 – 2 of 2) sorted by relevance
1321 Type *Ty0 = cast<Instruction>(VL0)->getOperand(0)->getType(); in buildTree_rec() local1324 if (Ty0 != CurTy) { in buildTree_rec()3465 Type *Ty0 = I0->getType(); in tryToVectorizeList() local3466 unsigned Sz = DL.getTypeSizeInBits(Ty0); in tryToVectorizeList()
4182 static Type* getWiderType(const DataLayout &DL, Type *Ty0, Type *Ty1) { in getWiderType() argument4183 Ty0 = convertPointerToIntegerType(DL, Ty0); in getWiderType()4185 if (Ty0->getScalarSizeInBits() > Ty1->getScalarSizeInBits()) in getWiderType()4186 return Ty0; in getWiderType()