Searched refs:NodeI (Results 1 – 1 of 1) sorted by relevance
124 const auto &NodeI = find(MatchDag.instr_nodes(), Instr); in declareInstr() local125 assert(NodeI != MatchDag.instr_nodes_end() && "Instr isn't in this DAG"); in declareInstr()126 unsigned InstrIdx = MatchDag.getInstrNodeIdx(NodeI); in declareInstr()