llvm-extra-0.7.3: Utility functions for the llvm interface
LLVM.Extra.Multi.Vector.Memory
class (Positive n, C a, IsSized (Struct n a)) => C n a whereSource
Associated Types
type Struct n a :: *Source
Methods
load :: Value (Ptr (Struct n a)) -> CodeGenFunction r (T n a)Source
store :: T n a -> Value (Ptr (Struct n a)) -> CodeGenFunction r ()Source
decompose :: Value (Struct n a) -> CodeGenFunction r (T n a)Source
compose :: T n a -> CodeGenFunction r (Value (Struct n a))Source
Instances