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