Searched refs:getContainedType (Results 1 – 7 of 7) sorted by relevance
321 return getContainedType(0); in getScalarType()348 Type *getContainedType(unsigned i) const { in getContainedType() function
1781 Type *SumTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()1782 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()1809 Type *SumTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()1810 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()1824 Type *MulTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()1825 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()
192 if (!areTypesIsomorphic(DstTy->getContainedType(I), in areTypesIsomorphic()193 SrcTy->getContainedType(I))) in areTypesIsomorphic()273 ElementTypes[I] = get(Ty->getContainedType(I), Visited); in get()274 AnyChange |= ElementTypes[I] != Ty->getContainedType(I); in get()
140 Type *ElemType = PT->getContainedType(0); in shouldPrintAsStr()
1051 !ST->getContainedType(1)->isIntegerTy(32)) in memVTFromImageReturn()1053 return memVTFromImageData(ST->getContainedType(0), DMaskLanes); in memVTFromImageReturn()
3041 OpTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()3047 OpTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()3053 OpTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
19872 Info.memVT = MVT::getVT(I.getType()->getContainedType(0)); in getTgtMemIntrinsic()