Home
last modified time | relevance | path

Searched defs:NotX (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp4296 Value *NotX = Builder.CreateNot(X); in foldNotXor() local
4559 Value *NotX = Builder.CreateNot(X); in foldNot() local
4764 Value *NotX = Builder.CreateNot(X); in visitXor() local
4770 Value *NotX = Builder.CreateNot(X); in visitXor() local
H A DInstructionCombining.cpp969 Value *NotX = Builder.CreateNot(X); in foldBinOpShiftWithShift() local
3671 Value *NotX = Builder.CreateNot(X, "not." + X->getName()); in visitBranchInst() local
H A DInstCombineAddSub.cpp992 Value *NotX = Builder.CreateNot(X); in foldAddWithConstant() local
H A DInstCombineCompares.cpp4370 if (Value *NotX = in foldICmpWithLowBitMaskedVal() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9359 SDValue NotX = DAG.getNOT(DL, X, VT); in unfoldMaskedMerge() local
9542 SDValue NotX = DAG.getNOT(SDLoc(X), X, VT); in visitXOR() local
13430 SDValue NotX = DAG.getNOT(DL, X, VT); in foldExtendedSignBitTest() local
H A DTargetLowering.cpp4061 SDValue NotX = DAG.getNOT(SDLoc(X), X, OpVT); in foldSetCCWithAnd() local