Searched refs:calcInstance (Results 1 – 1 of 1) sorted by relevance
423 Value* calcInstance = UDIV(curInstance, stepRate); in JitLoadVertices() local426 calcInstance = SELECT(isNonZeroStep, calcInstance, C(0)); in JitLoadVertices()428 vCurIndices = VBROADCAST(calcInstance); in JitLoadVertices()984 Value* calcInstance = UDIV(curInstance, stepRate); in JitGatherVertices() local987 calcInstance = SELECT(isNonZeroStep, calcInstance, C(0)); in JitGatherVertices()990 vCurIndices16 = VBROADCAST_16(calcInstance); in JitGatherVertices()992 vCurIndices = VBROADCAST(calcInstance); in JitGatherVertices()