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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
12194   ConstantFPSDNode *N1CFP = isConstOrConstSplatFP(N1, true);
12209     return DAG.getNode(ISD::FMUL, DL, VT, N0, N1, Flags);
12213      !isConstantFPBuildVectorOrConstantFP(N1))
12214     return DAG.getNode(ISD::FMUL, DL, VT, N1, N0, Flags);
12223       return N1;
12228     if (isConstantFPBuildVectorOrConstantFP(N1) &&
12236         SDValue MulConsts = DAG.getNode(ISD::FMUL, DL, VT, N01, N1, Flags);
12246       SDValue MulConsts = DAG.getNode(ISD::FMUL, DL, VT, Two, N1, Flags);
12261   if (isCheaperToUseNegatedFPOps(N0, N1)) {
12265         TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize);
12272       (N0.getOpcode() == ISD::SELECT || N1.getOpcode() == ISD::SELECT) &&
12274     SDValue Select = N0, X = N1;