Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp471 auto DstIsLeftAndDstLane = isINSMask(ShuffleMask, NumElts); in matchINS() local
472 if (!DstIsLeftAndDstLane) in matchINS()
476 std::tie(DstIsLeft, DstLane) = *DstIsLeftAndDstLane; in matchINS()