Searched refs:ExpandIntLibCall (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 143 SDValue ExpandIntLibCall(SDNode *Node, bool isSigned, 2213 SDValue SelectionDAGLegalize::ExpandIntLibCall(SDNode* Node, bool isSigned, in ExpandIntLibCall() function in SelectionDAGLegalize 4949 Results.push_back(ExpandIntLibCall(Node, true, in ConvertNodeToLibcall() 4955 Results.push_back(ExpandIntLibCall(Node, false, in ConvertNodeToLibcall() 4961 Results.push_back(ExpandIntLibCall(Node, true, in ConvertNodeToLibcall() 4967 Results.push_back(ExpandIntLibCall(Node, false, in ConvertNodeToLibcall() 4978 Results.push_back(ExpandIntLibCall(Node, false, in ConvertNodeToLibcall()
|