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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 8623       !TLI.convertSelectOfConstantsToMath(VT) ||
 8633   unsigned Elts = VT.getVectorNumElements();
 8655     SDValue ExtendedCond = DAG.getNode(ExtendOpcode, DL, VT, Cond);
 8656     return DAG.getNode(ISD::ADD, DL, VT, ExtendedCond, N2);
 8663     SDValue ZextCond = DAG.getZExtOrTrunc(Cond, DL, VT);
 8664     SDValue ShAmtC = DAG.getConstant(Pow2C.exactLogBase2(), DL, VT);
 8665     return DAG.getNode(ISD::SHL, DL, VT, ZextCond, ShAmtC);