Searched refs:IsPop (Results 1 – 2 of 2) sorted by relevance
1063 bool IsPop = II->getIntrinsicID() == Intrinsic::ctpop; in visitLShr() local1064 Constant *RHS = ConstantInt::getSigned(Ty, IsPop ? -1 : 0); in visitLShr()
2504 bool IsPop = isPopOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local2506 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()2567 if (!IsPop) { in tryFoldSPUpdateIntoPushPop()