Searched refs:pVecSrcPtr (Results 1 – 2 of 2) sorted by relevance
235 Value* Builder::GATHER_PTR(Value* pVecSrcPtr, Value* pVecMask, Value* pVecPassthru) in GATHER_PTR() argument237 return MASKED_GATHER(pVecSrcPtr, AlignType(4), pVecMask, pVecPassthru); in GATHER_PTR()
150 Value* GATHER_PTR(Value* pVecSrcPtr, Value* pVecMask, Value* pVecPassthru);