Searched refs:getContainedType (Results 1 – 11 of 11) sorted by relevance
350 return getContainedType(0); in getScalarType()377 Type *getContainedType(unsigned i) const { in getContainedType() function
755 Type *getTypeParameter(unsigned i) const { return getContainedType(i); } in getTypeParameter()
202 if (!areTypesIsomorphic(DstTy->getContainedType(I), in areTypesIsomorphic() 203 SrcTy->getContainedType(I))) in areTypesIsomorphic() 283 ElementTypes[I] = get(Ty->getContainedType(I), Visited); in get() 284 AnyChange |= ElementTypes[I] != Ty->getContainedType(I); in get()
2216 Type *SumTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost() 2217 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost() 2237 Type *SumTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost() 2238 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost() 2255 Type *MulTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost() 2256 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()
3419 Type *Ty0 = StTy->getContainedType(0); in isMathLibCallNoop() 3420 Type *Ty1 = StTy->getContainedType(1)->getScalarType(); in isMathLibCallNoop()
4279 OpTy = RetTy->getContainedType(0); in getIntrinsicInstrCost() 4285 OpTy = RetTy->getContainedType(0); in getIntrinsicInstrCost() 4291 OpTy = RetTy->getContainedType(0); in getIntrinsicInstrCost()
742 EVT MTy = TLI->getValueType(DL, RetTy->getContainedType(0), true); in getIntrinsicInstrCost()
17066 VectorType *VTy = cast<VectorType>(DI->getType()->getContainedType(0)); in performMulCombine() [all...]
1142 ST->getContainedType(1)->isIntegerTy(32));1143 return memVTFromLoadIntrData(TLI, DL, ST->getContainedType(0), MaxNumLanes);
21798 VectorType *ResVTy = cast<VectorType>(DI->getType()->getContainedType(0));
21145 Info.memVT = MVT::getVT(I.getType()->getContainedType(0)); in getTgtMemIntrinsic()