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

References

include/llvm/CodeGen/ValueTypes.h
  354       return EVT::getVectorVT(Context, EltVT, EltCnt / 2);
include/llvm/IR/DerivedTypes.h
  525     return VectorType::get(VTy->getElementType(), EltCnt/2);
include/llvm/Support/MachineValueType.h
  399       return getVectorVT(EltVT, EltCnt / 2);
unittests/CodeGen/ScalableVectorMVTsTest.cpp
   66   EXPECT_EQ(EVT::getVectorVT(Ctx, MVT::i64, EltCnt / 2), MVT::nxv1i64);
unittests/IR/VectorTypesTest.cpp
   41   VectorType *V2Int64Ty = VectorType::get(Int64Ty, EltCnt/2);
  115   VectorType *ScV2Int64Ty = VectorType::get(Int64Ty, EltCnt/2);