Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h72 const ConstantFP *getConstantFP() const { return Constant.CFP; } in getConstantFP() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1187 SDValue SelectionDAG::getConstantFP(const APFloat& V, EVT VT, bool isTarget) { in getConstantFP() function in SelectionDAG
1191 SDValue SelectionDAG::getConstantFP(const ConstantFP& V, EVT VT, bool isTarget){ in getConstantFP() function in SelectionDAG
1225 SDValue SelectionDAG::getConstantFP(double Val, EVT VT, bool isTarget) { in getConstantFP() function in SelectionDAG