reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
865 assert(Ty->isStructTy() && "Expected struct type"); 870 if (Ty->getContainedType(0)->isVectorTy()) { 871 VectorType *VecComponent = cast<VectorType>(Ty->getContainedType(0)); 875 ElementType = Ty->getContainedType(0); 879 assert((Ty->getContainedType(1) && Ty->getContainedType(1)->isIntegerTy(32)) && "Expected int32 type"); 879 assert((Ty->getContainedType(1) && Ty->getContainedType(1)->isIntegerTy(32)) && "Expected int32 type");