Searched refs:PartValue (Results 1 – 1 of 1) sorted by relevance
278 Value *PartValue = V; in LowerCTPOP() local282 Value *LHS = Builder.CreateAnd(PartValue, MaskCst, "cppop.and1"); in LowerCTPOP()283 Value *VShift = Builder.CreateLShr(PartValue, in LowerCTPOP()287 PartValue = Builder.CreateAdd(LHS, RHS, "ctpop.step"); in LowerCTPOP()289 Count = Builder.CreateAdd(PartValue, Count, "ctpop.part"); in LowerCTPOP()