Searched refs:RotAmtC (Results 1 – 2 of 2) sorted by relevance
3671 const APInt *RotAmtC; in foldICmpEqIntrinsicWithConstant() local3674 if (match(II->getArgOperand(2), m_APInt(RotAmtC))) in foldICmpEqIntrinsicWithConstant()3677 ? ConstantInt::get(Ty, C.rotr(*RotAmtC)) in foldICmpEqIntrinsicWithConstant()3678 : ConstantInt::get(Ty, C.rotl(*RotAmtC))); in foldICmpEqIntrinsicWithConstant()
9814 auto *RotAmtC = isConstOrConstSplat(N1); in visitRotate() local9815 if (RotAmtC && RotAmtC->getAPIntValue() == 8 && in visitRotate()