Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp654 bool dropInitializer = shouldDropGlobalInitializer(linkage, cst); in convertGlobals() local
655 if (!dropInitializer && !cst) in convertGlobals()
657 else if (dropInitializer && cst) in convertGlobals()