Searched refs:getContainedType (Results 1 – 12 of 12) sorted by relevance
1396 Type *SumTy = RetTy->getContainedType(0);1397 Type *OverflowTy = RetTy->getContainedType(1);1422 Type *SumTy = RetTy->getContainedType(0);1423 Type *OverflowTy = RetTy->getContainedType(1);1436 Type *MulTy = RetTy->getContainedType(0);1437 Type *OverflowTy = RetTy->getContainedType(1);
188 if (!areTypesIsomorphic(DstTy->getContainedType(I), in areTypesIsomorphic()189 SrcTy->getContainedType(I))) in areTypesIsomorphic()278 ElementTypes[I] = get(Ty->getContainedType(I), Visited); in get()279 AnyChange |= ElementTypes[I] != Ty->getContainedType(I); in get()
316 Type *getContainedType(unsigned i) const { in getContainedType() function
336 Type *getContainedType(unsigned i) const { in getContainedType() function
331 static Type *getContainedType(Type *vectorType);
920 ASSERT(V(ptr)->getType()->getContainedType(0) == elTy); in createLoad()1004 ASSERT(V(ptr)->getType()->getContainedType(0) == elTy); in createStore()1280 ASSERT(V(ptr)->getType()->getContainedType(0) == T(type)); in createGEP()1650 ASSERT(V(vector)->getType()->getContainedType(0) == T(type)); in createExtractElement()1709 Type *Nucleus::getContainedType(Type *vectorType) in getContainedType() function in rr::Nucleus1711 return T(T(vectorType)->getContainedType(0)); in getContainedType()1817 …constantVector[i] = llvm::ConstantInt::get(T(type)->getContainedType(0), constants[i % numConstant… in createConstantVector()1834 …constantVector[i] = llvm::ConstantFP::get(T(type)->getContainedType(0), constants[i % numConstants… in createConstantVector()
4460 Type *elemTy = Nucleus::getContainedType(Nucleus::getType(vec)); in extractAll()
1970 Type *Nucleus::getContainedType(Type *vectorType) in getContainedType() function in rr::Nucleus
142 Type *ElemType = PT->getContainedType(0); in shouldPrintAsStr()
887 if (Ty->getContainedType(0)->isVectorTy()) { in memVTFromAggregate()888 VectorType *VecComponent = cast<VectorType>(Ty->getContainedType(0)); in memVTFromAggregate()892 ElementType = Ty->getContainedType(0); in memVTFromAggregate()896 …assert((Ty->getContainedType(1) && Ty->getContainedType(1)->isIntegerTy(32)) && "Expected int32 ty… in memVTFromAggregate()
394 Type* pContainedType = pType->getContainedType(0); in PRINT()
2195 OpTy = RetTy->getContainedType(0); in getIntrinsicInstrCost()2201 OpTy = RetTy->getContainedType(0); in getIntrinsicInstrCost()