Searched refs:GetSimdValidIndicesHelper (Results 1 – 1 of 1) sorted by relevance
65 Value* GetSimdValidIndicesHelper(Value* pIndices, Value* pLastIndex);1164 Value* FetchJit::GetSimdValidIndicesHelper(Value* pIndices, Value* pLastIndex) in GetSimdValidIndicesHelper() function in FetchJit1226 return GetSimdValidIndicesHelper<uint8_t>(pIndices, pLastIndex); in GetSimdValid8bitIndices()1237 return GetSimdValidIndicesHelper<uint16_t>(pIndices, pLastIndex); in GetSimdValid16bitIndices()