Home
last modified time | relevance | path

Searched defs:getConstantFP (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h89 const ConstantFP *getConstantFP() const { return Constant.CFP; } in getConstantFP() function
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1772 SDValue SelectionDAG::getConstantFP(const APFloat &V, const SDLoc &DL, EVT VT, getConstantFP() function in SelectionDAG
1777 SDValue SelectionDAG::getConstantFP(const ConstantFP &V, const SDLoc &DL, getConstantFP() function in SelectionDAG
1810 SDValue SelectionDAG::getConstantFP(double Val, const SDLoc &DL, EVT VT, getConstantFP() function in SelectionDAG
[all...]