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

References

include/llvm/IR/DerivedTypes.h
  534     return VectorType::get(VTy->getElementType(), EltCnt*2);
unittests/CodeGen/ScalableVectorMVTsTest.cpp
   65   EXPECT_EQ(EVT::getVectorVT(Ctx, MVT::i64, EltCnt * 2), MVT::nxv4i64);
unittests/IR/VectorTypesTest.cpp
   46   VectorType *V8Int64Ty = VectorType::get(Int64Ty, EltCnt*2);
  120   VectorType *ScV8Int64Ty = VectorType::get(Int64Ty, EltCnt*2);