reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
36 VectorType *V4Int64Ty = VectorType::get(Int64Ty, EltCnt); 41 VectorType *V2Int64Ty = VectorType::get(Int64Ty, EltCnt/2); 46 VectorType *V8Int64Ty = VectorType::get(Int64Ty, EltCnt*2); 51 VectorType *V4Float64Ty = VectorType::get(Float64Ty, EltCnt); 86 EltCnt = V8Int64Ty->getElementCount(); 87 EXPECT_EQ(EltCnt.Min, 8U); 88 ASSERT_FALSE(EltCnt.Scalable);