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

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

Completed in 308 milliseconds