Home
last modified time | relevance | path

Searched defs:elided (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Target/SPIRV/Serialization/
H A DSerializeOps.cpp358 if (llvm::any_of(elidedAttrs, [&](StringRef elided) { in processVariableOp() argument
425 if (llvm::any_of(elidedAttrs, [&](StringRef elided) { in processGlobalVariableOp() argument
/llvm-project/mlir/lib/Interfaces/
H A DFunctionImplementation.cpp307 OpAsmPrinter &p, Operation *op, ArrayRef<StringRef> elided) { in printFunctionAttributes()