Searched refs:getContainedType (Results 1 – 12 of 12) sorted by relevance
78 if ((T->getContainedType(0)->isFloatTy()) && in whichFPReturnVariant()79 (T->getContainedType(1)->isFloatTy())) in whichFPReturnVariant()81 if ((T->getContainedType(0)->isDoubleTy()) && in whichFPReturnVariant()82 (T->getContainedType(1)->isDoubleTy())) in whichFPReturnVariant()
395 if ((RetTy->getContainedType(0)->isFloatTy()) && in getMips16HelperFunction()396 (RetTy->getContainedType(1)->isFloatTy())) { in getMips16HelperFunction()399 else if ((RetTy->getContainedType(0)->isDoubleTy()) && in getMips16HelperFunction()400 (RetTy->getContainedType(1)->isDoubleTy())) { in getMips16HelperFunction()
183 if (!areTypesIsomorphic(DstTy->getContainedType(I), in areTypesIsomorphic()184 SrcTy->getContainedType(I))) in areTypesIsomorphic()264 ElementTypes[I] = get(Ty->getContainedType(I), Visited); in get()265 AnyChange |= ElementTypes[I] != Ty->getContainedType(I); in get()
324 Type *getContainedType(unsigned i) const { in getContainedType() function
1557 AllocaInst *NA = new AllocaInst(ST->getContainedType(i), nullptr, in DoScalarReplacement()1771 EltTy = (NumElts == 0 ? nullptr : ST->getContainedType(0)); in isHomogeneousAggregate()1773 if (ST->getContainedType(n) != EltTy) in isHomogeneousAggregate()1852 EltTy = ST->getContainedType(EltIdx); in TypeHasComponent()2032 T = ST->getContainedType(Idx); in FindElementAndOffset()
96 ExtName += getTypeID(FT->getContainedType(i)); in lookupFunction()
1792 Type *TyContained = Ty->getContainedType(0); in visitInsertElementInst()1831 Type *TyContained = Ty->getContainedType(0); in visitShuffleVectorInst()
535 I.getCalledValue()->getType()->getContainedType(0)); in ComputeUsesVAFloatArgument()
314 Value *Val = getRandomValue(Tp->getContainedType(0)); in Act()
1263 size += getTypeSize(PT->getContainedType(x), dereferencePtr); in getTypeSize()
1972 cast<PointerType>(C->getType()->getScalarType())->getContainedType(0u)); in getGetElementPtr()
2506 cast<FunctionType>(CS.getCalledValue()->getType()->getContainedType(0)); in visitCallSite()