Searched refs:MaskInfo (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7536 /// provides a value as specified by MaskInfo. If so, replace the specified
7539 ShrinkLoadReplaceStoreWithStore(const std::pair<unsigned, unsigned> &MaskInfo, argument
7542 unsigned NumBytes = MaskInfo.first;
7543 unsigned ByteShift = MaskInfo.second;

Completed in 201 milliseconds