HomeSort by relevance Sort by last modified time
    Searched refs:BinarySDNode (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 953 /// BinarySDNode - This class is used for two-operand SDNodes. This is solely
955 class BinarySDNode : public SDNode {
958 BinarySDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs,
965 /// BinaryWithFlagsSDNode - This class is an extension of BinarySDNode
967 class BinaryWithFlagsSDNode : public BinarySDNode {
    [all...]
SelectionDAG.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 51 milliseconds