Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp164 static std::string replaceAllSubstrs(std::string str, const std::string &match, in replaceAllSubstrs() function
2121 builderTemplate = replaceAllSubstrs(builderTemplate, "\"$0\"", "$0"); in genCodeForAddingArgAndRegionForBuilder()