Home
last modified time | relevance | path

Searched defs:getAsKey (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/IR/
H A DTypeDetail.h50 KeyTy getAsKey() const { return KeyTy(width, signedness); } in getAsKey() function
95 KeyTy getAsKey() const { return KeyTy(getInputs(), getResults()); } in getAsKey() function
134 KeyTy getAsKey() const { return getTypes(); } in getAsKey() function
H A DAttributeDetail.h369 KeyTy getAsKey() const { return KeyTy(referencedAttr); } in getAsKey() function
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DTypeDetail.h262 Key getAsKey() const { in getAsKey() function