Lines Matching refs:Diff
13483 uint64_t Diff = TrueC->getZExtValue()-FalseC->getZExtValue();
13484 if (N->getValueType(0) == MVT::i32) Diff = (unsigned)Diff;
13487 if (Diff < 10) {
13488 switch ((unsigned char)Diff) {
13503 APInt Diff = TrueC->getAPIntValue()-FalseC->getAPIntValue();
13512 if (Diff != 1)
13514 DAG.getConstant(Diff, Cond.getValueType()));
13654 Diff = TrueC->getZExtValue()-FalseC->getZExtValue();
13655 if (N->getValueType(0) == MVT::i32) Diff = (unsigned)Diff;
13658 if (Diff < 10) {
13659 switch ((unsigned char)Diff) {
13674 APInt Diff = TrueC->getAPIntValue()-FalseC->getAPIntValue();
13681 if (Diff != 1)
13683 DAG.getConstant(Diff, Cond.getValueType()));