Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDSelectionDAG.h1482 SDValue foldConstantFPMath(unsigned Opcode, const SDLoc &DL, EVT VT,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp5067 SDValue SelectionDAG::foldConstantFPMath(unsigned Opcode, const SDLoc &DL, in foldConstantFPMath() function in SelectionDAG
5455 if (SDValue V = foldConstantFPMath(Opcode, DL, VT, N1, N2)) in getNode()