Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp19384 EVT ExtIntTy = getPackedSVEVectorVT(IntTy.getVectorElementCount()); in performSVESpliceCombine() local
19385 if (ExtIntTy.getVectorElementType().getScalarSizeInBits() < in performSVESpliceCombine()
19391 DL, ExtIntTy); in performSVESpliceCombine()
19393 DL, ExtIntTy); in performSVESpliceCombine()
19395 SDValue Splice = DAG.getNode(ISD::VECTOR_SPLICE, DL, ExtIntTy, LHS, RHS, Idx); in performSVESpliceCombine()