Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDebugLocEntry.h74 const ConstantFP *getConstantFP() const { return Constant.CFP; } in getConstantFP() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1203 SDValue SelectionDAG::getConstantFP(const APFloat& V, EVT VT, bool isTarget) { in getConstantFP() function in SelectionDAG
1207 SDValue SelectionDAG::getConstantFP(const ConstantFP& V, EVT VT, bool isTarget){ in getConstantFP() function in SelectionDAG
1241 SDValue SelectionDAG::getConstantFP(double Val, EVT VT, bool isTarget) { in getConstantFP() function in SelectionDAG