Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMTypes.cpp234 StringRef stringNameBase = name.getValueOr(""); in createStructTy() local
235 std::string stringName = stringNameBase.str(); in createStructTy()
242 (Twine(stringNameBase) + "." + std::to_string(counter)).str(); in createStructTy()