Searched refs:calcInstance (Results 1 – 1 of 1) sorted by relevance
282 Value* calcInstance = UDIV(curInstance, stepRate); in JitLoadVertices() local285 calcInstance = SELECT(isNonZeroStep, calcInstance, C(0)); in JitLoadVertices()287 vCurIndices = VBROADCAST(calcInstance); in JitLoadVertices()746 Value* calcInstance = UDIV(curInstance, stepRate); in JitGatherVertices() local749 calcInstance = SELECT(isNonZeroStep, calcInstance, C(0)); in JitGatherVertices()751 vCurIndices = VBROADCAST(calcInstance); in JitGatherVertices()