Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp531 bool CanMergeOpc = Opc == MI->getOpcode(); in findMatchingInsn() local
533 if (!CanMergeOpc) { in findMatchingInsn()
540 CanMergeOpc = NonSExtOpc == getMatchingNonSExtOpcode(MI->getOpcode()); in findMatchingInsn()
543 if (CanMergeOpc && MI->getOperand(2).isImm()) { in findMatchingInsn()