Searched refs:OpLookupRes (Results 1 – 1 of 1) sorted by relevance
1944 auto OpLookupRes = MatchOpTable.lookup(OpName); in emitInstructionApplyPattern() local1945 if (OpLookupRes.Found) { in emitInstructionApplyPattern()1946 if (OpLookupRes.isLiveIn()) { in emitInstructionApplyPattern()1952 assert(OpLookupRes.Def); in emitInstructionApplyPattern()1958 if (OpLookupRes.Def != MatchRoot) { in emitInstructionApplyPattern()