Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp21282 EVT ExtIntTy = getPackedSVEVectorVT(IntTy.getVectorElementCount()); in performSVESpliceCombine() local
21283 if (ExtIntTy.getVectorElementType().getScalarSizeInBits() < in performSVESpliceCombine()
21289 DL, ExtIntTy); in performSVESpliceCombine()
21291 DL, ExtIntTy); in performSVESpliceCombine()
21293 SDValue Splice = DAG.getNode(ISD::VECTOR_SPLICE, DL, ExtIntTy, LHS, RHS, Idx); in performSVESpliceCombine()