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

/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp1132 /// X86ChooseCmpImmediateOpcode - If we have a comparison with RHS as the RHS
1135 static unsigned X86ChooseCmpImmediateOpcode(EVT VT, const ConstantInt *RHSC) { function
1164 if (unsigned CompareImmOpc = X86ChooseCmpImmediateOpcode(VT, Op1C)) {

Completed in 147 milliseconds