Searched refs:Ctpop (Results 1 – 3 of 3) sorted by relevance
794 Value *const Ctpop = B.CreateIntCast( in optimizeAtomic() local796 NewV = buildMul(B, V, Ctpop); in optimizeAtomic()801 Value *const Ctpop = B.CreateIntCast( in optimizeAtomic() local803 Value *const CtpopFP = B.CreateUIToFP(Ctpop, Ty); in optimizeAtomic()823 Value *const Ctpop = B.CreateIntCast( in optimizeAtomic() local825 NewV = buildMul(B, V, B.CreateAnd(Ctpop, 1)); in optimizeAtomic()
103 unsigned Ctpop = llvm::popcount(Units); in setWeight() 105 Weight = (1u << (SlotWeight * s)) * ((MaskWeight - Ctpop) << Cttz); in setWeight() 104 unsigned Ctpop = llvm::popcount(Units); setWeight() local
914 Function *Ctpop = Intrinsic::getDeclaration( in SimplifyDemandedUseBits() local916 return InsertNewInstWith(CallInst::Create(Ctpop, {X}), I->getIterator()); in SimplifyDemandedUseBits()