Searched refs:CtpopLhs (Results 1 – 1 of 1) sorted by relevance
3569 static Instruction *foldCtpopPow2Test(ICmpInst &I, IntrinsicInst *CtpopLhs, in foldCtpopPow2Test() argument3573 assert(CtpopLhs->getIntrinsicID() == Intrinsic::ctpop && in foldCtpopPow2Test()3575 if (!CtpopLhs->hasOneUse()) in foldCtpopPow2Test()3589 Value *Op = CtpopLhs->getArgOperand(0); in foldCtpopPow2Test()