Home | History | Annotate | Download | only in quick

Lines Matching defs:op2

933   const Mir2Lir::RefCounts* op2 = reinterpret_cast<const Mir2Lir::RefCounts*>(val2);
937 return (op1->count == op2->count)
938 ? (op1->s_reg - op2->s_reg)
939 : (op1->count < op2->count ? 1 : -1);