Searched refs:getContainedType (Results 1 – 11 of 11) sorted by relevance
87 if ((T->getContainedType(0)->isFloatTy()) && in whichFPReturnVariant()88 (T->getContainedType(1)->isFloatTy())) in whichFPReturnVariant()90 if ((T->getContainedType(0)->isDoubleTy()) && in whichFPReturnVariant()91 (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()
332 Type *getContainedType(unsigned i) const { in getContainedType() function
209 if (!areTypesIsomorphic(DstTy->getContainedType(I), in areTypesIsomorphic()210 SrcTy->getContainedType(I))) in areTypesIsomorphic()290 ElementTypes[I] = get(Ty->getContainedType(I), Visited); in get()291 AnyChange |= ElementTypes[I] != Ty->getContainedType(I); in get()
1556 AllocaInst *NA = new AllocaInst(ST->getContainedType(i), nullptr, in DoScalarReplacement()1770 EltTy = (NumElts == 0 ? nullptr : ST->getContainedType(0)); in isHomogeneousAggregate()1772 if (ST->getContainedType(n) != EltTy) in isHomogeneousAggregate()1851 EltTy = ST->getContainedType(EltIdx); in TypeHasComponent()2031 T = ST->getContainedType(Idx); in FindElementAndOffset()
97 ExtName += getTypeID(FT->getContainedType(i)); in lookupFunction()
1792 Type *TyContained = Ty->getContainedType(0); in visitInsertElementInst()1831 Type *TyContained = Ty->getContainedType(0); in visitShuffleVectorInst()
651 I.getCalledValue()->getType()->getContainedType(0)); in ComputeUsesVAFloatArgument()
306 Value *Val = getRandomValue(Tp->getContainedType(0)); in Act()
1263 size += getTypeSize(PT->getContainedType(x), dereferencePtr); in getTypeSize()
2462 cast<FunctionType>(CS.getCalledValue()->getType()->getContainedType(0)); in visitCallSite()