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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 8622   if (!Cond.hasOneUse() || Cond.getScalarValueSizeInBits() != 1 ||
 8622   if (!Cond.hasOneUse() || Cond.getScalarValueSizeInBits() != 1 ||
 8655     SDValue ExtendedCond = DAG.getNode(ExtendOpcode, DL, VT, Cond);
 8663     SDValue ZextCond = DAG.getZExtOrTrunc(Cond, DL, VT);