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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
13069     return DAG.getNode(ISD::FP_EXTEND, SDLoc(N), VT, N0);
13073       TLI.getOperationAction(ISD::FP16_TO_FP, VT) == TargetLowering::Legal)
13074     return DAG.getNode(ISD::FP16_TO_FP, SDLoc(N), VT, N0.getOperand(0));
13081     if (In.getValueType() == VT) return In;
13082     if (VT.bitsLT(In.getValueType()))
13083       return DAG.getNode(ISD::FP_ROUND, SDLoc(N), VT,
13085     return DAG.getNode(ISD::FP_EXTEND, SDLoc(N), VT, In);
13090        TLI.isLoadExtLegal(ISD::EXTLOAD, VT, N0.getValueType())) {
13092     SDValue ExtLoad = DAG.getExtLoad(ISD::EXTLOAD, SDLoc(N), VT,