Searched refs:ExpandIntLibCall (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 143 SDValue ExpandIntLibCall(SDNode *Node, bool isSigned, 2071 SDValue SelectionDAGLegalize::ExpandIntLibCall(SDNode* Node, bool isSigned, in ExpandIntLibCall() function in SelectionDAGLegalize 4302 Results.push_back(ExpandIntLibCall(Node, true, in ConvertNodeToLibcall() 4308 Results.push_back(ExpandIntLibCall(Node, false, in ConvertNodeToLibcall() 4314 Results.push_back(ExpandIntLibCall(Node, true, in ConvertNodeToLibcall() 4320 Results.push_back(ExpandIntLibCall(Node, false, in ConvertNodeToLibcall() 4331 Results.push_back(ExpandIntLibCall(Node, false, in ConvertNodeToLibcall()
|