Searched refs:NotSrc (Results 1 – 2 of 2) sorted by relevance
264 Value *NotSrc = Builder.CreateNot(Src); in LowerIntrinsicCall() local265 NotSrc->setName(Src->getName() + ".not"); in LowerIntrinsicCall()268 Src = LowerCTPOP(Context, Builder.CreateAnd(NotSrc, SrcM1), CI); in LowerIntrinsicCall()
43973 if (SDValue NotSrc = IsNOT(Src, DAG)) { in combineMOVMSK() local43976 NotSrc = DAG.getBitcast(SrcVT, NotSrc); in combineMOVMSK()43978 DAG.getNode(X86ISD::MOVMSK, DL, VT, NotSrc), in combineMOVMSK()