Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOperationSupport.h184 bool mightHaveInterface() const { in mightHaveInterface() function
185 return mightHaveInterface(TypeID::get<T>()); in mightHaveInterface()
187 bool mightHaveInterface(TypeID interfaceID) const { in mightHaveInterface() function
/llvm-project-15.0.7/mlir/lib/Dialect/PDL/IR/
H A DPDL.cpp301 return opName.mightHaveInterface<InferTypeOpInterface>(); in mightHaveTypeInference()