reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
314 e.type = CmpInst::makeCmpResultType(LHS->getType()); 315 e.varargs.push_back(lookupOrAdd(LHS)); 316 e.varargs.push_back(lookupOrAdd(RHS)); 319 if (e.varargs[0] > e.varargs[1]) { 319 if (e.varargs[0] > e.varargs[1]) { 320 std::swap(e.varargs[0], e.varargs[1]); 320 std::swap(e.varargs[0], e.varargs[1]); 323 e.opcode = (Opcode << 8) | Predicate; 324 e.commutative = true; 325 return e;