Searched refs:GetBinarySDNode (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 1388 SDNode *GetBinarySDNode(unsigned Opcode, const SDLoc &DL, SDVTList VTs,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 917 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()
|