Searched defs:SUBC (Results 1 – 4 of 4) sorted by relevance
40 SUBC, // Sub with carry: (X, Y, Cin) -> (X+~Y+Cin, Cout). enumerator
110 SUBC, // Sub with carry global() enumerator
277 SUBC, enumerator
5323 if (auto *SUBC = dyn_cast<ConstantSDNode>(N0.getOperand(0))) SimplifySetCC() local