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.cpp4904 static MVT getSVEContainerType(EVT ContentTy);
21656 static MVT getSVEContainerType(EVT ContentTy) { in getSVEContainerType() argument
21657 assert(ContentTy.isSimple() && "No SVE containers for extended types"); in getSVEContainerType()
21659 switch (ContentTy.getSimpleVT().SimpleTy) { in getSVEContainerType()