Searched refs:getExtendedType (Results 1 – 4 of 4) sorted by relevance
66 IntegerType *getExtendedType() const { in getExtendedType() function451 return VectorType::get(EltTy->getExtendedType(), VTy->getElementCount()); in getExtendedElementVectorType()710 Type *Type::getExtendedType() const { in getExtendedType() function717 return cast<IntegerType>(this)->getExtendedType(); in getExtendedType()
396 inline Type *getExtendedType() const;
208 Type *ExtendedTy = WidestTy->getExtendedType(); in dropRedundantMaskingOfLeftShiftInput()
778 auto *NewDestTy = DestITy->getExtendedType(); in visitTrunc()