Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp23534 EVT ExtIntTy = getPackedSVEVectorVT(IntTy.getVectorElementCount()); in performSVESpliceCombine() local
23535 if (ExtIntTy.getVectorElementType().getScalarSizeInBits() < in performSVESpliceCombine()
23541 DL, ExtIntTy); in performSVESpliceCombine()
23543 DL, ExtIntTy); in performSVESpliceCombine()
23545 SDValue Splice = DAG.getNode(ISD::VECTOR_SPLICE, DL, ExtIntTy, LHS, RHS, Idx); in performSVESpliceCombine()