Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1852 SDValue foldConstantFPMath(unsigned Opcode, const SDLoc &DL, EVT VT,
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5576 if (SDValue CFP = foldConstantFPMath(Opcode, DL, VT, Ops[0], Ops[1])) in FoldConstantArithmetic()
5769 SDValue SelectionDAG::foldConstantFPMath(unsigned Opcode, const SDLoc &DL, in foldConstantFPMath() function in SelectionDAG