Searched refs:pNewMask (Results 1 – 2 of 2) sorted by relevance
1525 Value* pNewMask = AND(pMaskPhi, NOT(SHL(C(1), pIndexPhi))); in SCATTERPS() local1528 Value* pNewIndex = CALL(pfnCttz, { pNewMask, C(false) }); in SCATTERPS()1535 pMaskPhi->addIncoming(pNewMask, pLoop); in SCATTERPS()
6405 unsigned NewWidth, unsigned *pNewMask = nullptr) { in AdjustBlendMask() argument6430 if (pNewMask) in AdjustBlendMask()6431 *pNewMask = NewMask; in AdjustBlendMask()