Home | History | Annotate | Download | only in Scalar

Lines Matching full:popcnt

510   Value *PopCnt, *PopCntZext, *NewCount, *TripCnt;
512 PopCnt = createPopcntIntrinsic(Builder, Var, DL);
514 Builder.CreateZExtOrTrunc(PopCnt, cast<IntegerType>(CntPhi->getType()));
516 if (NewCount != PopCnt)