Searched refs:CondCodeTable (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Target/AArch64/ | ||
H A D | AArch64FastISel.cpp | 2474 static unsigned CondCodeTable[2][2] = { local 2483 CondCodes = &CondCodeTable[0][0]; 2486 CondCodes = &CondCodeTable[1][0]; |
Completed in 1586 milliseconds