Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4276 static MVT getSVEContainerType(EVT ContentTy);
18463 static MVT getSVEContainerType(EVT ContentTy) { in getSVEContainerType() argument
18464 assert(ContentTy.isSimple() && "No SVE containers for extended types"); in getSVEContainerType()
18466 switch (ContentTy.getSimpleVT().SimpleTy) { in getSVEContainerType()