Searched defs:Ctpop (Results 1 – 4 of 4) sorted by relevance
782 Value *const Ctpop = B.CreateIntCast( optimizeAtomic() local 789 Value *const Ctpop = B.CreateIntCast( optimizeAtomic() local 811 Value *const Ctpop = B.CreateIntCast( optimizeAtomic() local
103 unsigned Ctpop = llvm::popcount(Units); setWeight() local
918 return InsertNewInstWith(CallInst::Create(Ctpop, {X}), I->getIterator()); in SimplifyDemandedUseBits() local
2551 TEST_F(ConstantRangeTest,Ctpop) TEST_F() argument