reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
52 ASSERT_FALSE(V4Float64Ty->isScalable()); 53 EXPECT_EQ(V4Float64Ty->getNumElements(), 4U); 54 EXPECT_EQ(V4Float64Ty->getElementType()->getScalarSizeInBits(), 64U); 80 VectorType *ConvTy = VectorType::getInteger(V4Float64Ty);