Searched defs:NotX (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/ |
H A D | NotX.pm | 8 package NotX; package
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 3646 Value *NotX = Builder.CreateNot(X, X->getName() + ".not"); in sinkNotIntoXor() local 3678 Value *NotX = Builder.CreateNot(X); in foldNotXor() local 3964 Value *NotX = Builder.CreateNot(X); in foldNot() local 3982 Value *NotX = Builder.CreateNot(X); in foldNot() local 4169 Value *NotX = Builder.CreateNot(X); in visitXor() local 4175 Value *NotX = Builder.CreateNot(X); in visitXor() local
|
H A D | InstCombineAddSub.cpp | 973 Value *NotX = Builder.CreateNot(X); in foldAddWithConstant() local
|
H A D | InstructionCombining.cpp | 3198 Value *NotX = Builder.CreateNot(X, "not." + X->getName()); in visitBranchInst() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 8645 SDValue NotX = DAG.getNOT(DL, X, VT); in unfoldMaskedMerge() local 8820 SDValue NotX = DAG.getNOT(SDLoc(X), X, VT); in visitXOR() local 12297 SDValue NotX = DAG.getNOT(DL, X, VT); in foldExtendedSignBitTest() local
|
H A D | TargetLowering.cpp | 3804 SDValue NotX = DAG.getNOT(SDLoc(X), X, OpVT); in foldSetCCWithAnd() local
|