Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDebugLocEntry.h72 const ConstantFP *getConstantFP() const { return Constant.CFP; } in getConstantFP() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1219 SDValue SelectionDAG::getConstantFP(const APFloat& V, SDLoc DL, EVT VT, in getConstantFP() function in SelectionDAG
1224 SDValue SelectionDAG::getConstantFP(const ConstantFP& V, SDLoc DL, EVT VT, in getConstantFP() function in SelectionDAG
1259 SDValue SelectionDAG::getConstantFP(double Val, SDLoc DL, EVT VT, in getConstantFP() function in SelectionDAG