Lines Matching refs:N1C
1923 if (ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1)) {
1924 const APInt &C1 = N1C->getAPIntValue();
1941 if (ConstantFPSDNode *N1C = dyn_cast<ConstantFPSDNode>(N1)) {
1943 APFloat::cmpResult R = N1C->getValueAPF().compare(N2C->getValueAPF());
3463 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1);
3470 if (N1C && !N2C) {
3471 std::swap(N1C, N2C);
3651 if (N1C) {
3652 const APInt &Val = N1C->getAPIntValue();
3747 if (N1C) {
3750 APInt ShiftedVal = N1C->getAPIntValue().lshr(Shift);
3972 if (ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1)) {
3973 if (N1C->getZExtValue())