Searched refs:NamedComplexPatternOperands (Results 1 – 1 of 1) sorted by relevance
76 StringMap<unsigned> NamedComplexPatternOperands; member in __anon5041f0880111::MatcherGen588 NamedComplexPatternOperands[N->getName()] = NextRecordedOperandNo + 1; in EmitMatcherCode()592 NamedComplexPatternOperands[N->getChild(i)->getName()] = CurOp + 1; in EmitMatcherCode()638 if (unsigned SlotNo = NamedComplexPatternOperands[N->getName()]) { in EmitResultOfNamedOperand()