Home
last modified time | relevance | path

Searched refs:LeafType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTypeNodes.td51 class LeafType {}
54 def BuiltinType : TypeNode<Type>, LeafType;
90 def RecordType : TypeNode<TagType>, LeafType;
91 def EnumType : TypeNode<TagType>, LeafType;
95 def TemplateTypeParmType : TypeNode<Type>, AlwaysDependent, LeafType;
102 def InjectedClassNameType : TypeNode<Type>, AlwaysDependent, LeafType;
108 def ObjCInterfaceType : TypeNode<ObjCObjectType>, LeafType;
/llvm-project-15.0.7/polly/lib/Transform/
H A DMatmulOptimizer.cpp1011 auto LeafType = isl_schedule_node_get_type(Node.get()); in isMatrMultPattern() local
1013 if (LeafType != isl_schedule_node_leaf || in isMatrMultPattern()