reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
196 if (matchSelectWithOptionalNotCond(Inst, Cond, A, B, SPF)) { 204 if (A > B) 205 std::swap(A, B); 206 return hash_combine(Inst->getOpcode(), SPF, A, B); 210 return hash_combine(Inst->getOpcode(), SPF, A, B); 219 return hash_combine(Inst->getOpcode(), Cond, A, B); 225 std::swap(A, B); 227 return hash_combine(Inst->getOpcode(), Pred, X, Y, A, B);