Searched defs:SubNode (Results 1 – 2 of 2) sorted by relevance
593 …SubNode(OpCode op, const NodePtr &left, const NodePtr &right) : BinaryOperation(op, left, right) {} in SubNode() function
12273 auto SubNode = DAG.getNode(ISD::SUB, DL, MVT::i64, Op0, Op1); in generateEquivalentSub() local