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