reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/EarlyCSE.cpp
  196   if (matchSelectWithOptionalNotCond(Inst, Cond, A, B, SPF)) {
  202     if (SPF == SPF_SMIN || SPF == SPF_SMAX ||
  202     if (SPF == SPF_SMIN || SPF == SPF_SMAX ||
  203         SPF == SPF_UMIN || SPF == SPF_UMAX) {
  203         SPF == SPF_UMIN || SPF == SPF_UMAX) {
  206       return hash_combine(Inst->getOpcode(), SPF, A, B);
  208     if (SPF == SPF_ABS || SPF == SPF_NABS) {
  208     if (SPF == SPF_ABS || SPF == SPF_NABS) {
  210       return hash_combine(Inst->getOpcode(), SPF, A, B);