Searched refs:RotAmtC (Results 1 – 2 of 2) sorted by relevance
3300 const APInt *RotAmtC; in foldICmpEqIntrinsicWithConstant() local3303 if (match(II->getArgOperand(2), m_APInt(RotAmtC))) in foldICmpEqIntrinsicWithConstant()3306 ? ConstantInt::get(Ty, C.rotr(*RotAmtC)) in foldICmpEqIntrinsicWithConstant()3307 : ConstantInt::get(Ty, C.rotl(*RotAmtC))); in foldICmpEqIntrinsicWithConstant()
8816 auto *RotAmtC = isConstOrConstSplat(N1); in visitRotate() local8817 if (RotAmtC && RotAmtC->getAPIntValue() == 8 && in visitRotate()