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

Declarations

include/llvm/CodeGen/SelectionDAG.h
  626   SDValue getConstantFP(const ConstantFP &V, const SDLoc &DL, EVT VT,

References

include/llvm/CodeGen/SelectionDAG.h
  635     return getConstantFP(Val, DL, VT, true);
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 1303   return getConstantFP(*ConstantFP::get(*getContext(), V), DL, VT, isTarget);
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 1459       return DAG.getConstantFP(*CFP, getCurSDLoc(), VT);