reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/IR/VectorTypesTest.cpp
  110   VectorType *ScV4Int64Ty = VectorType::get(Int64Ty, EltCnt);
  115   VectorType *ScV2Int64Ty = VectorType::get(Int64Ty, EltCnt/2);
  120   VectorType *ScV8Int64Ty = VectorType::get(Int64Ty, EltCnt*2);
  125   VectorType *ScV4Float64Ty = VectorType::get(Float64Ty, EltCnt);
  160   EltCnt = ScV8Int64Ty->getElementCount();
  161   EXPECT_EQ(EltCnt.Min, 8U);
  162   ASSERT_TRUE(EltCnt.Scalable);