Home | History | Annotate | Download | only in TableGen

Lines Matching refs:CheckType

62     CheckType,            // Fail if not correct type.
128 case CheckType:
166 // to them. For example, we'll pass in a CheckType node as an argument to
502 : Matcher(CheckType), Type(type), ResNo(resno) {}
508 return N->getKind() == CheckType;
525 /// every child does a CheckType, but is much faster.