Lines Matching defs:attributeNames
4241 // attributeNames. The value's definition is one of the operations
4251 // iff any of the attributeNames attributes is set on the definition.
4253 // iff all of the attributeNames attributes are set on the definition.
4256 llvm::ArrayRef<llvm::StringRef> attributeNames,
4296 attributeNames);
4306 return testAttributeSets(definingOp->getAttrs(), attributeNames);
4312 if (testAttributeSets(addressOfOp->getAttrs(), attributeNames))
4317 return testAttributeSets(globalOp->getAttrs(), attributeNames);
4326 mlir::Value value, llvm::ArrayRef<llvm::StringRef> attributeNames) {
4328 valueCheckFirAttributes(value, attributeNames, /*checkAny=*/true);