Home
last modified time | relevance | path

Searched refs:PartValue (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DIntrinsicLowering.cpp278 Value *PartValue = V; in LowerCTPOP() local
282 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()