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

/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp1232 static unsigned SETFOpcTable[2][3] = { local
1239 case CmpInst::FCMP_OEQ: SETFOpc = &SETFOpcTable[0][0]; break;
1240 case CmpInst::FCMP_UNE: SETFOpc = &SETFOpcTable[1][0]; break;
1756 static unsigned SETFOpcTable[2][3] = { local
1764 SETFOpc = &SETFOpcTable[0][0];
1768 SETFOpc = &SETFOpcTable[1][0];

Completed in 236 milliseconds