reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
37 ASSERT_FALSE(V4Int64Ty->isScalable()); 38 EXPECT_EQ(V4Int64Ty->getNumElements(), 4U); 39 EXPECT_EQ(V4Int64Ty->getElementType()->getScalarSizeInBits(), 64U); 68 VectorType *HalvedTy = VectorType::getHalfElementsVectorType(V4Int64Ty); 74 VectorType *DoubledTy = VectorType::getDoubleElementsVectorType(V4Int64Ty); 81 EXPECT_EQ(ConvTy, V4Int64Ty);