Searched refs:Ty0 (Results 1 – 2 of 2) sorted by relevance
4508 static Type *getWiderType(const DataLayout &DL, Type *Ty0, Type *Ty1) { in getWiderType() argument4509 Ty0 = convertPointerToIntegerType(DL, Ty0); in getWiderType()4511 if (Ty0->getScalarSizeInBits() > Ty1->getScalarSizeInBits()) in getWiderType()4512 return Ty0; in getWiderType()
1301 Type *Ty0 = cast<Instruction>(VL0)->getOperand(0)->getType(); in buildTree_rec() local1304 if (Ty0 != CurTy) { in buildTree_rec()