/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | apint-xor1.ll | 27 %NotX = xor i37 -1, %x 28 %B = xor i37 %x, %NotX
|
D | apint-xor2.ll | 28 %NotX = xor i737 -1, %x 29 %B = xor i737 %x, %NotX
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | apint-xor2.ll | 28 %NotX = xor i737 -1, %x 29 %B = xor i737 %x, %NotX
|
D | apint-xor1.ll | 27 %NotX = xor i37 -1, %x 28 %B = xor i37 %x, %NotX
|
/external/llvm/test/Transforms/InstCombine/ |
D | apint-xor2.ll | 28 %NotX = xor i737 -1, %x 29 %B = xor i737 %x, %NotX
|
D | apint-xor1.ll | 27 %NotX = xor i37 -1, %x 28 %B = xor i37 %x, %NotX
|
/external/clang/test/Analysis/objc/ |
D | direct-ivar-assignment-in-annotated-functions.m | 39 …@property (assign) MyClass* NotX __attribute__((annotate("objc_allow_direct_instance_variable_assi…
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 2103 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/ |
D | InstCombineAddSub.cpp | 991 Value *NotX = Builder.CreateNot(X); in foldAddWithConstant() local 992 return BinaryOperator::CreateAnd(NotX, ConstantInt::get(Ty, 1)); in foldAddWithConstant()
|
D | InstCombineAndOrXor.cpp | 2522 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/ |
D | InstCombineAndOrXor.cpp | 2521 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/ |
D | TargetLowering.cpp | 1332 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()
|
D | DAGCombiner.cpp | 4229 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/ |
D | TargetLowering.cpp | 1846 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()
|
D | DAGCombiner.cpp | 5948 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()
|