Searched defs:getConstantFP (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugLocEntry.h | 72 const ConstantFP *getConstantFP() const { return Constant.CFP; } in getConstantFP() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugLocEntry.h | 73 const ConstantFP *getConstantFP() const { return Constant.CFP; } in getConstantFP() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 117 const ConstantFP *getConstantFP() { return Constants.CFP; } in getConstantFP() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 984 SDValue SelectionDAG::getConstantFP(const APFloat& V, EVT VT, bool isTarget) { in getConstantFP() function in SelectionDAG 988 SDValue SelectionDAG::getConstantFP(const ConstantFP& V, EVT VT, bool isTarget){ in getConstantFP() function in SelectionDAG 1022 SDValue SelectionDAG::getConstantFP(double Val, EVT VT, bool isTarget) { in getConstantFP() function in SelectionDAG
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1207 SDValue SelectionDAG::getConstantFP(const APFloat &V, const SDLoc &DL, EVT VT, in getConstantFP() function in SelectionDAG 1212 SDValue SelectionDAG::getConstantFP(const ConstantFP &V, const SDLoc &DL, in getConstantFP() function in SelectionDAG 1243 SDValue SelectionDAG::getConstantFP(double Val, const SDLoc &DL, EVT VT, in getConstantFP() function in SelectionDAG
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1292 SDValue SelectionDAG::getConstantFP(const APFloat &V, const SDLoc &DL, EVT VT, in getConstantFP() function in SelectionDAG 1297 SDValue SelectionDAG::getConstantFP(const ConstantFP &V, const SDLoc &DL, in getConstantFP() function in SelectionDAG 1329 SDValue SelectionDAG::getConstantFP(double Val, const SDLoc &DL, EVT VT, in getConstantFP() function in SelectionDAG
|