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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h636 SDValue getTargetConstantFP(double Val, const SDLoc &DL, EVT VT) { function in class:llvm::SelectionDAG
639 SDValue getTargetConstantFP(const APFloat &Val, const SDLoc &DL, EVT VT) { function in class:llvm::SelectionDAG
642 SDValue getTargetConstantFP(const ConstantFP &Val, const SDLoc &DL, EVT VT) { function in class:llvm::SelectionDAG

Completed in 105 milliseconds