Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp416 std::string stringName = name.str(); in getNewIdentified() local
419 auto type = LLVMStructType::getIdentified(context, stringName); in getNewIdentified()
422 stringName = (Twine(name) + "." + std::to_string(counter)).str(); in getNewIdentified()