Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h1388 SDNode *GetBinarySDNode(unsigned Opcode, const SDLoc &DL, SDVTList VTs,
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp917 SDNode *SelectionDAG::GetBinarySDNode(unsigned Opcode, const SDLoc &DL, in GetBinarySDNode() function in SelectionDAG
3925 N = GetBinarySDNode(Opcode, DL, VTs, N1, N2, Flags); in getNode()
3928 N = GetBinarySDNode(Opcode, DL, VTs, N1, N2, Flags); in getNode()