Home
last modified time | relevance | path

Searched refs:ContentTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5103 static MVT getSVEContainerType(EVT ContentTy);
22668 static MVT getSVEContainerType(EVT ContentTy) { in getSVEContainerType() argument
22669 assert(ContentTy.isSimple() && "No SVE containers for extended types"); in getSVEContainerType()
22671 switch (ContentTy.getSimpleVT().SimpleTy) { in getSVEContainerType()