Searched refs:getSignAsIntValue (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 166 void getSignAsIntValue(FloatSignAsInt &State, const SDLoc &DL, 1566 void SelectionDAGLegalize::getSignAsIntValue(FloatSignAsInt &State, in getSignAsIntValue() function in SelectionDAGLegalize 1638 getSignAsIntValue(SignAsInt, DL, Sign); in ExpandFCOPYSIGN() 1658 getSignAsIntValue(MagAsInt, DL, Mag); in ExpandFCOPYSIGN() 1698 getSignAsIntValue(SignAsInt, DL, Node->getOperand(0)); in ExpandFNEG() 1723 getSignAsIntValue(ValueAsInt, DL, Value); in ExpandFABS()
|