Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/llvmGen/Llvm/
H A DTypes.hs156 | LMUninitType LlvmType -- ^ For uninitialised data constructor
174 ppr (LMUninitType t) = ppr t <> text " undef"
288 getStatType (LMUninitType t) = t
/dports/lang/ghc/ghc-8.10.7/compiler/llvmGen/LlvmCodeGen/
H A DData.hs143 = return $ LMUninitType (LMArray bytes i8)