Searched refs:DivisorC (Results 1 – 1 of 1) sorted by relevance
2636 const APInt *DivisorC; in foldICmpSRemConstant() local2637 if (!match(SRem->getOperand(1), m_Power2(DivisorC))) in foldICmpSRemConstant()2651 Constant *MaskC = ConstantInt::get(Ty, SignMask | (*DivisorC - 1)); in foldICmpSRemConstant()