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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
12275     if (Select.getOpcode() != ISD::SELECT)
12276       std::swap(Select, X);
12278     SDValue Cond = Select.getOperand(0);
12279     auto TrueOpnd  = dyn_cast<ConstantFPSDNode>(Select.getOperand(1));
12280     auto FalseOpnd = dyn_cast<ConstantFPSDNode>(Select.getOperand(2));