Searched defs:getConstantFP (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocEntry.h | 72 const ConstantFP *getConstantFP() const { return Constant.CFP; } function in struct:llvm::DebugLocEntry::Value
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 1219 SDValue SelectionDAG::getConstantFP(const APFloat& V, SDLoc DL, EVT VT, function in class:SelectionDAG 1221 return getConstantFP(*ConstantFP::get(*getContext(), V), DL, VT, isTarget); 1224 SDValue SelectionDAG::getConstantFP(const ConstantFP& V, SDLoc DL, EVT VT, function in class:SelectionDAG 1259 SDValue SelectionDAG::getConstantFP(double Val, SDLoc DL, EVT VT, function in class:SelectionDAG 1263 return getConstantFP(APFloat((float)Val), DL, VT, isTarget); 1265 return getConstantFP(APFloat(Val), DL, VT, isTarget); 1272 return getConstantFP(apf, DL, VT, isTarget); 1274 llvm_unreachable("Unsupported type in getConstantFP"); 2889 return getConstantFP(apf, DL, VT); 2893 return getConstantFP(APFloa [all...] |
Completed in 285 milliseconds