Searched refs:ElemPtrType (Results 1 – 1 of 1) sorted by relevance
212 const auto ElemPtrType = pointerType(pointee(type().bind("elem-ptr-type"))); in registerMatchers() local214 type(anyOf(ElemType, ElemPtrType, type())).bind("num-type"))); in registerMatchers()