Home
last modified time | relevance | path

Searched defs:MaskInfo (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/codec/
DSkMasks.h37 struct MaskInfo { struct
38 uint32_t mask;
39 uint32_t shift;
40 uint32_t size;
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10677 ShrinkLoadReplaceStoreWithStore(const std::pair<unsigned, unsigned> &MaskInfo, in ShrinkLoadReplaceStoreWithStore() argument