Home
last modified time | relevance | path

Searched refs:foldConstantFPMath (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1905 SDValue foldConstantFPMath(unsigned Opcode, const SDLoc &DL, EVT VT,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6558 if (SDValue CFP = foldConstantFPMath(Opcode, DL, VT, Ops)) in FoldConstantArithmetic()
6757 SDValue SelectionDAG::foldConstantFPMath(unsigned Opcode, const SDLoc &DL, in foldConstantFPMath() function in SelectionDAG