Searched defs:WtIdx (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp2476 int WtIdx = ResTy.getVectorNumElements(); local
2481 if (Indices[i+1] != -1 && Indices[i+1] != WtIdx)
2484 WtIdx += 2;
2506 int WtIdx = ResTy.getVectorNumElements() + 1; local
2511 if (Indices[i+1] != -1 && Indices[i+1] != WtIdx)
2514 WtIdx += 2;
2536 int WtIdx = ResTy.getVectorNumElements(); local
2541 if (Indices[i+1] != -1 && Indices[i+1] != WtIdx)
2544 WtIdx ++;
2567 int WtIdx local
[all...]

Completed in 221 milliseconds