Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/AsmParser/
H A DAsmParserState.cpp393 addUses(SymbolRefAttr refAttr,ArrayRef<SMRange> locations) addUses() argument
/llvm-project/mlir/lib/Dialect/Transform/IR/
H A DTransformOps.cpp1986 auto refAttr = llvm::dyn_cast<IntegerAttr>(reference); apply() local
/llvm-project/mlir/lib/IR/
H A DAsmPrinter.cpp2323 } else if (auto refAttr = llvm::dyn_cast<SymbolRefAttr>(attr)) { printAttributeImpl() local