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

/external/llvm/lib/Analysis/
H A DCostModel.cpp154 SmallVector<int, 16> ActualMask = SI->getShuffleMask(); local
155 return Mask == ActualMask;
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1247 const APInt &ActualMask = RHS->getAPIntValue(); local
1251 if (ActualMask == DesiredMask)
1255 if (ActualMask.intersects(~DesiredMask))
1260 APInt NeededMask = DesiredMask & ~ActualMask;
1276 const APInt &ActualMask = RHS->getAPIntValue(); local
1280 if (ActualMask == DesiredMask)
1284 if (ActualMask.intersects(~DesiredMask))
1289 APInt NeededMask = DesiredMask & ~ActualMask;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1856 const APInt &ActualMask = RHS->getAPIntValue(); local
1860 if (ActualMask == DesiredMask)
1864 if (ActualMask.intersects(~DesiredMask))
1869 APInt NeededMask = DesiredMask & ~ActualMask;
1885 const APInt &ActualMask = RHS->getAPIntValue(); local
1889 if (ActualMask == DesiredMask)
1893 if (ActualMask.intersects(~DesiredMask))
1898 APInt NeededMask = DesiredMask & ~ActualMask;

Completed in 173 milliseconds