Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:N1C

1949     if (ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1)) {
1950 const APInt &C1 = N1C->getAPIntValue();
1967 if (ConstantFPSDNode *N1C = dyn_cast<ConstantFPSDNode>(N1)) {
1969 APFloat::cmpResult R = N1C->getValueAPF().compare(N2C->getValueAPF());
3403 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1);
3410 if (N1C && !N2C) {
3411 std::swap(N1C, N2C);
3612 if (N1C) {
3613 APInt Val = N1C->getAPIntValue();
3708 if (N1C) {
3711 APInt ShiftedVal = N1C->getAPIntValue().lshr(Shift);
3938 if (ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1)) {
3939 if (N1C->getZExtValue())