/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | LazyValueInfo.cpp | 88 static LVILatticeVal getNot(Constant *C) { in getNot() function in __anond3f06b990111::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 __anon5917926d0111::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/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/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 126 return Fold(ConstantExpr::getNot(C)); in CreateNot()
|
/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/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()
|
D | Constants.cpp | 2126 Constant *ConstantExpr::getNot(Constant *C) { in getNot() function in ConstantExpr
|
D | Core.cpp | 1106 return wrap(ConstantExpr::getNot(unwrap<Constant>(ConstantVal))); in LLVMConstNot()
|
/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()
|
D | Constants.cpp | 1774 Constant *ConstantExpr::getNot(Constant *C) { in getNot() function in ConstantExpr
|
D | Core.cpp | 714 return wrap(ConstantExpr::getNot(unwrap<Constant>(ConstantVal))); in LLVMConstNot()
|
/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()
|
D | InstructionCombining.cpp | 1356 ConstantExpr::getNot(CI)); in visitExtractValueInst()
|
D | InstCombineAndOrXor.cpp | 2179 ConstantExpr::getNot(CommonBits)); in visitXor()
|
/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()
|
D | InstructionCombining.cpp | 2316 ConstantExpr::getNot(CI)); in visitExtractValueInst()
|
D | InstCombineAndOrXor.cpp | 2597 ConstantExpr::getNot(CommonBits)); in visitXor()
|
/external/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 517 R.first = ConstantExpr::getNot(R.first); in ComputeValueKnownInPredecessors()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.mli | 819 See the method [llvm::ConstantExpr::getNot]. *)
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 991 See the method [llvm::ConstantExpr::getNot]. *)
|