Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp261 Value *NotSrc = Builder.CreateNot(Src); in LowerIntrinsicCall() local
262 NotSrc->setName(Src->getName() + ".not"); in LowerIntrinsicCall()
265 Src = LowerCTPOP(Context, Builder.CreateAnd(NotSrc, SrcM1), CI); in LowerIntrinsicCall()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp48600 SDValue NotSrc = DAG.getBitcast(Src.getValueType(), Not); in combineAndShuffleNot() local
48603 IVEN.getOperand(0), NotSrc, IVEN.getOperand(2)); in combineAndShuffleNot()
53586 if (SDValue NotSrc = IsNOT(Src, DAG)) { in combineMOVMSK() local
53589 NotSrc = DAG.getBitcast(SrcVT, NotSrc); in combineMOVMSK()
53591 DAG.getNode(X86ISD::MOVMSK, DL, VT, NotSrc), in combineMOVMSK()