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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
19735         if (Cmp.getOpcode() == ISD::SETCC) {
19736           CC = cast<CondCodeSDNode>(Cmp.getOperand(2))->get();
19737           CmpLHS = Cmp.getOperand(0);
19738           Zero = isConstOrConstSplatFP(Cmp.getOperand(1));