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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 1956       !isConstantOrConstantVector(CBO, true) &&
 1957       !isConstantFPBuildVectorOrConstantFP(CBO))
 1968   if (SelOpNo && VT != CBO.getValueType())
 1975   SDValue NewCT = SelOpNo ? DAG.getNode(BinOpcode, DL, VT, CBO, CT)
 1976                           : DAG.getNode(BinOpcode, DL, VT, CT, CBO);
 1982   SDValue NewCF = SelOpNo ? DAG.getNode(BinOpcode, DL, VT, CBO, CF)
 1983                           : DAG.getNode(BinOpcode, DL, VT, CF, CBO);