Searched refs:NonSExtOpc (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1120 unsigned NonSExtOpc = getMatchingNonSExtOpcode(Opc, &IsValidLdStrOpc); local
1124 Flags.setSExtIdx(NonSExtOpc == (unsigned)Opc ? 1 : 0);
1125 CanMergeOpc = NonSExtOpc == getMatchingNonSExtOpcode(MI->getOpcode());

Completed in 106 milliseconds