Home | History | Annotate | Download | only in X86

Lines Matching refs:X86ChooseCmpImmediateOpcode

837 /// X86ChooseCmpImmediateOpcode - If we have a comparison with RHS as the RHS
840 static unsigned X86ChooseCmpImmediateOpcode(EVT VT, const ConstantInt *RHSC) {
869 if (unsigned CompareImmOpc = X86ChooseCmpImmediateOpcode(VT, Op1C)) {