Home
last modified time | relevance | path

Searched refs:NotX (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dapint-xor1.ll27 %NotX = xor i37 -1, %x
28 %B = xor i37 %x, %NotX
Dapint-xor2.ll28 %NotX = xor i737 -1, %x
29 %B = xor i737 %x, %NotX
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dapint-xor2.ll28 %NotX = xor i737 -1, %x
29 %B = xor i737 %x, %NotX
Dapint-xor1.ll27 %NotX = xor i37 -1, %x
28 %B = xor i37 %x, %NotX
/external/llvm/test/Transforms/InstCombine/
Dapint-xor2.ll28 %NotX = xor i737 -1, %x
29 %B = xor i737 %x, %NotX
Dapint-xor1.ll27 %NotX = xor i37 -1, %x
28 %B = xor i37 %x, %NotX
/external/clang/test/Analysis/objc/
Ddirect-ivar-assignment-in-annotated-functions.m39 …@property (assign) MyClass* NotX __attribute__((annotate("objc_allow_direct_instance_variable_assi…
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp2103 Value *NotX = in visitXor() local
2108 return BinaryOperator::CreateOr(NotX, NotY); in visitXor()
2109 return BinaryOperator::CreateAnd(NotX, NotY); in visitXor()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp991 Value *NotX = Builder.CreateNot(X); in foldAddWithConstant() local
992 return BinaryOperator::CreateAnd(NotX, ConstantInt::get(Ty, 1)); in foldAddWithConstant()
DInstCombineAndOrXor.cpp2522 Value *NotX = Builder.CreateNot(NotVal->getOperand(0), "notlhs"); in visitXor() local
2525 return BinaryOperator::CreateOr(NotX, NotY); in visitXor()
2526 return BinaryOperator::CreateAnd(NotX, NotY); in visitXor()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp2521 Value *NotX = in visitXor() local
2526 return BinaryOperator::CreateOr(NotX, NotY); in visitXor()
2527 return BinaryOperator::CreateAnd(NotX, NotY); in visitXor()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1332 SDValue NotX = DAG.getNOT(SDLoc(X), X, OpVT); in simplifySetCCWithAnd() local
1333 SDValue NewAnd = DAG.getNode(ISD::AND, SDLoc(N0), OpVT, NotX, Y); in simplifySetCCWithAnd()
DDAGCombiner.cpp4229 SDValue NotX = DAG.getNOT(SDLoc(X), X, VT); in visitXOR() local
4230 AddToWorklist(NotX.getNode()); in visitXOR()
4231 return DAG.getNode(ISD::AND, SDLoc(N), VT, NotX, N1); in visitXOR()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1846 SDValue NotX = DAG.getNOT(SDLoc(X), X, OpVT); in simplifySetCCWithAnd() local
1847 SDValue NewAnd = DAG.getNode(ISD::AND, SDLoc(N0), OpVT, NotX, Y); in simplifySetCCWithAnd()
DDAGCombiner.cpp5948 SDValue NotX = DAG.getNOT(DL, X, VT); in unfoldMaskedMerge() local
5949 SDValue LHS = DAG.getNode(ISD::AND, DL, VT, NotX, M); in unfoldMaskedMerge()
6068 SDValue NotX = DAG.getNOT(SDLoc(X), X, VT); in visitXOR() local
6069 AddToWorklist(NotX.getNode()); in visitXOR()
6070 return DAG.getNode(ISD::AND, SDLoc(N), VT, NotX, N1); in visitXOR()
8349 SDValue NotX = DAG.getNOT(DL, X, VT); in foldExtendedSignBitTest() local
8352 return DAG.getNode(ShiftOpcode, DL, VT, NotX, ShiftAmount); in foldExtendedSignBitTest()