Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18695 bool OpcIsSExt = Opc == ISD::SIGN_EXTEND || Opc == ISD::SIGN_EXTEND_INREG || in performBuildShuffleExtendCombine() local
18698 if (SeenZExtOrSExt && OpcIsSExt != IsSExt) in performBuildShuffleExtendCombine()
18701 IsSExt = OpcIsSExt; in performBuildShuffleExtendCombine()