Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp270 Value *SrcM1 = ConstantInt::get(Src->getType(), 1); in LowerIntrinsicCall() local
271 SrcM1 = Builder.CreateSub(Src, SrcM1); in LowerIntrinsicCall()
272 Src = LowerCTPOP(Context, Builder.CreateAnd(NotSrc, SrcM1), CI); in LowerIntrinsicCall()