Searched refs:SHFIndices (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp2416 int SHFIndices[4] = { -1, -1, -1, -1 }; local
2435 if (SHFIndices[i] == -1)
2436 SHFIndices[i] = Idx;
2440 if (!(Idx == -1 || Idx == SHFIndices[i]))
2448 int Idx = SHFIndices[i];

Completed in 113 milliseconds