Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp435 auto DstIsLeftAndDstLane = isINSMask(ShuffleMask, NumElts); in matchINS() local
436 if (!DstIsLeftAndDstLane) in matchINS()
440 std::tie(DstIsLeft, DstLane) = *DstIsLeftAndDstLane; in matchINS()