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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
 5959       getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), SrcVT);
 5965                            !isOperationLegalOrCustomOrPromote(ISD::XOR, SrcVT)))
 5971   const fltSemantics &APFSem = DAG.EVTToAPFloatSemantics(SrcVT);
 5972   APFloat APF(APFSem, APInt::getNullValue(SrcVT.getScalarSizeInBits()));
 5985   SDValue Cst = DAG.getConstantFP(APF, dl, SrcVT);
 5989                 shouldUseStrictFP_TO_INT(SrcVT, DstVT, /*IsSigned*/ false);
 6002       SrcBiased = DAG.getNode(ISD::STRICT_FSUB, dl, { SrcVT, MVT::Other }, 
 6005       SrcBiased = DAG.getNode(ISD::FSUB, dl, SrcVT, Src, Cst);
 6006     SDValue Val = DAG.getSelect(dl, SrcVT, Sel, Src, SrcBiased);
 6026                                 DAG.getNode(ISD::FSUB, dl, SrcVT, Src, Cst));