Searched refs:N0C1 (Results 1 – 1 of 1) sorted by relevance
4421 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local4422 uint64_t c1 = N0C1->getZExtValue(); in visitSHL()4487 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local4488 uint64_t C1 = N0C1->getZExtValue(); in visitSHL()4504 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local4505 uint64_t c1 = N0C1->getZExtValue(); in visitSHL()4553 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local4555 DAG.FoldConstantArithmetic(ISD::SHL, SDLoc(N1), VT, N0C1, N1C)) in visitSHL()