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

/freebsd-10.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h136 const ConstantFP *getConstantFP() const { return Constants.CFP; } function in class:llvm::DotDebugLocEntry
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1078 SDValue SelectionDAG::getConstantFP(const APFloat& V, EVT VT, bool isTarget) { function in class:SelectionDAG
1082 SDValue SelectionDAG::getConstantFP(const ConstantFP& V, EVT VT, bool isTarget){ function in class:SelectionDAG
1116 SDValue SelectionDAG::getConstantFP(double Val, EVT VT, bool isTarget) { function in class:SelectionDAG
[all...]

Completed in 90 milliseconds