Searched refs:InsnMatcherOrError (Results 1 – 1 of 1) sorted by relevance
3444 auto InsnMatcherOrError = createAndImportSelDAGMatcher( in importChildMatcher() local3446 if (auto Error = InsnMatcherOrError.takeError()) in importChildMatcher()3875 auto InsnMatcherOrError = in runOnPattern() local3877 if (auto Error = InsnMatcherOrError.takeError()) in runOnPattern()3879 InstructionMatcher &InsnMatcher = InsnMatcherOrError.get(); in runOnPattern()