Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DLocation.h246 return opaque_loc && opaque_loc.getUnderlyingTypeID() == TypeID::get<T>(); in isa()
253 TypeID getUnderlyingTypeID() const;
/external/llvm-project/mlir/lib/IR/
DLocation.cpp139 TypeID OpaqueLoc::getUnderlyingTypeID() const { return getImpl()->typeID; } in getUnderlyingTypeID() function in OpaqueLoc