Home
last modified time | relevance | path

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

/external/swiftshader/third_party/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()
/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()