Searched refs:getContainedType (Results 1 – 7 of 7) sorted by relevance
319 return getContainedType(0); in getScalarType()346 Type *getContainedType(unsigned i) const { in getContainedType() function
1754 Type *SumTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()1755 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()1782 Type *SumTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()1783 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()1797 Type *MulTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()1798 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()
191 if (!areTypesIsomorphic(DstTy->getContainedType(I), in areTypesIsomorphic()192 SrcTy->getContainedType(I))) in areTypesIsomorphic()272 ElementTypes[I] = get(Ty->getContainedType(I), Visited); in get()273 AnyChange |= ElementTypes[I] != Ty->getContainedType(I); in get()
140 Type *ElemType = PT->getContainedType(0); in shouldPrintAsStr()
1011 !ST->getContainedType(1)->isIntegerTy(32)) in memVTFromImageReturn()1013 return memVTFromImageData(ST->getContainedType(0), DMaskLanes); in memVTFromImageReturn()
2845 OpTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()2851 OpTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()2857 OpTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
19152 Info.memVT = MVT::getVT(I.getType()->getContainedType(0)); in getTgtMemIntrinsic()