Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp997 …using InvertedOperandMatcher = MatchIf<GetInstructionWithInvertedOperand(OPCODE) != Opcode::INVALI… in LowerBinaryOperationWithShiftedOperand() typedef
1010 if (InvertedOperandMatcher::Capture(inst, operands, invInsts) && invInsts.HaveSameType()) { in LowerBinaryOperationWithShiftedOperand()