Searched defs:CaptureGlueInput (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h53 CaptureGlueInput, // If the current node has an input glue, save it. enumerator in enum:llvm::Matcher::KindTy
320 CaptureGlueInputMatcher() : Matcher(CaptureGlueInput) {}
323 return N->getKind() == CaptureGlueInput;

Completed in 32 milliseconds