/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | LazyValueInfo.cpp | 88 static LVILatticeVal getNot(Constant *C) { in getNot() function in __anon7d505c1a0111::LVILatticeVal 550 BBLV = LVILatticeVal::getNot(ConstantPointerNull::get(AI->getType())); in solveBlockValue() 634 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy)); in solveBlockValueNonLocal() 662 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy)); in solveBlockValueNonLocal() 834 Result = LVILatticeVal::getNot(cast<Constant>(ICI->getOperand(1))); in getEdgeValue()
|
/external/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 103 static LVILatticeVal getNot(Constant *C) { in getNot() function in __anon33ceafee0111::LVILatticeVal 675 Res = LVILatticeVal::getNot(ConstantPointerNull::get(PT)); in solveBlockValue() 764 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy)); in solveBlockValueNonLocal() 793 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy)); in solveBlockValueNonLocal() 982 LVILatticeVal::getNot(ResNot)); in solveBlockValueSelect() 990 LVILatticeVal::getNot(ResNot)); in solveBlockValueSelect() 1178 Result = LVILatticeVal::getNot(cast<Constant>(ICI->getOperand(1))); in getValueFromFromCondition()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 630 Res = ValueLatticeElement::getNot(ConstantPointerNull::get(PT)); in solveBlockValueImpl() 712 Result = ValueLatticeElement::getNot(ConstantPointerNull::get(PTy)); in solveBlockValueNonLocal() 747 Result = ValueLatticeElement::getNot(ConstantPointerNull::get(PTy)); in solveBlockValueNonLocal() 932 ValueLatticeElement::getNot(ResNot)); in solveBlockValueSelect() 940 ValueLatticeElement::getNot(ResNot)); in solveBlockValueSelect() 1083 return ValueLatticeElement::getNot(cast<Constant>(RHS)); in getValueFromICmpCondition()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ValueLattice.h | 126 static ValueLatticeElement getNot(Constant *C) { in getNot() function
|
D | TargetFolder.h | 125 return Fold(ConstantExpr::getNot(C)); in CreateNot()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ConstantFolder.h | 114 return ConstantExpr::getNot(C); in CreateNot()
|
D | TargetFolder.h | 126 return Fold(ConstantExpr::getNot(C)); in CreateNot()
|
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 114 return ConstantExpr::getNot(C); in CreateNot()
|
D | Constants.h | 877 static Constant *getNot(Constant *C);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 135 return ConstantExpr::getNot(C); in CreateNot()
|
D | Constants.h | 927 static Constant *getNot(Constant *C);
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 126 return Fold(ConstantExpr::getNot(C)); in CreateNot()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | ValueLatticeTest.cpp | 44 EXPECT_TRUE(ValueLatticeElement::getNot(C2).isNotConstant()); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 234 CHECK(ConstantExpr::getNot(P0), "xor i32 " P0STR ", -1"); in TEST()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Constants.h | 628 static Constant *getNot(Constant *C);
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 233 CHECK(ConstantExpr::getNot(P0), "xor i32 " P0STR ", -1"); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 401 return ConstantExpr::getNot(C); in invert()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 1764 return ConstantExpr::getXor(C1, ConstantExpr::getNot(C2)); in ConstantFoldCompareInstruction() 1765 return ConstantExpr::getXor(ConstantExpr::getNot(C1), C2); in ConstantFoldCompareInstruction()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 1739 return ConstantExpr::getXor(C1, ConstantExpr::getNot(C2)); in ConstantFoldCompareInstruction() 1740 return ConstantExpr::getXor(ConstantExpr::getNot(C1), C2); in ConstantFoldCompareInstruction()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantFold.cpp | 1896 return ConstantExpr::getXor(C1, ConstantExpr::getNot(C2)); in ConstantFoldCompareInstruction() 1897 return ConstantExpr::getXor(ConstantExpr::getNot(C1), C2); in ConstantFoldCompareInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 438 Result[i].first = ConstantExpr::getNot(Result[i].first); in ComputeValueKnownInPredecessors()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 1433 Constant *NotCI = ConstantExpr::getNot(RHS); in visitICmpInstWithInstAndIntCst() 2450 return new ICmpInst(I.getPredicate(), ConstantExpr::getNot(RHSC), A); in visitICmpInst()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 2273 Constant *NotCI = ConstantExpr::getNot(RHS); in visitICmpInstWithInstAndIntCst() 2281 Constant *NotBOC = ConstantExpr::getNot(BOC); in visitICmpInstWithInstAndIntCst() 4105 return new ICmpInst(I.getPredicate(), ConstantExpr::getNot(RHSC), A); in visitICmpInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 2546 Constant *NotC = ConstantExpr::getNot(C); in visitXor() 2553 Constant *NotC = ConstantExpr::getNot(C); in visitXor()
|
/external/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 517 R.first = ConstantExpr::getNot(R.first); in ComputeValueKnownInPredecessors()
|