Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DIntrinsicLowering.cpp406 Value *NotSrc = Builder.CreateNot(Src); in LowerIntrinsicCall() local
407 NotSrc->setName(Src->getName() + ".not"); in LowerIntrinsicCall()
410 Src = LowerCTPOP(Context, Builder.CreateAnd(NotSrc, SrcM1), CI); in LowerIntrinsicCall()