Home
last modified time | relevance | path

Searched refs:getNot (Results 1 – 25 of 27) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLazyValueInfo.cpp88 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/
DLazyValueInfo.cpp103 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/
DConstantFolder.h114 return ConstantExpr::getNot(C); in CreateNot()
DTargetFolder.h126 return Fold(ConstantExpr::getNot(C)); in CreateNot()
/external/llvm/include/llvm/IR/
DConstantFolder.h114 return ConstantExpr::getNot(C); in CreateNot()
DConstants.h877 static Constant *getNot(Constant *C);
/external/llvm/include/llvm/Analysis/
DTargetFolder.h126 return Fold(ConstantExpr::getNot(C)); in CreateNot()
/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h628 static Constant *getNot(Constant *C);
/external/llvm/unittests/IR/
DConstantsTest.cpp233 CHECK(ConstantExpr::getNot(P0), "xor i32 " P0STR ", -1"); in TEST()
/external/llvm/lib/IR/
DConstantFold.cpp1739 return ConstantExpr::getXor(C1, ConstantExpr::getNot(C2)); in ConstantFoldCompareInstruction()
1740 return ConstantExpr::getXor(ConstantExpr::getNot(C1), C2); in ConstantFoldCompareInstruction()
DConstants.cpp2126 Constant *ConstantExpr::getNot(Constant *C) { in getNot() function in ConstantExpr
DCore.cpp1106 return wrap(ConstantExpr::getNot(unwrap<Constant>(ConstantVal))); in LLVMConstNot()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp1896 return ConstantExpr::getXor(C1, ConstantExpr::getNot(C2)); in ConstantFoldCompareInstruction()
1897 return ConstantExpr::getXor(ConstantExpr::getNot(C1), C2); in ConstantFoldCompareInstruction()
DConstants.cpp1774 Constant *ConstantExpr::getNot(Constant *C) { in getNot() function in ConstantExpr
DCore.cpp714 return wrap(ConstantExpr::getNot(unwrap<Constant>(ConstantVal))); in LLVMConstNot()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp438 Result[i].first = ConstantExpr::getNot(Result[i].first); in ComputeValueKnownInPredecessors()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1433 Constant *NotCI = ConstantExpr::getNot(RHS); in visitICmpInstWithInstAndIntCst()
2450 return new ICmpInst(I.getPredicate(), ConstantExpr::getNot(RHSC), A); in visitICmpInst()
DInstructionCombining.cpp1356 ConstantExpr::getNot(CI)); in visitExtractValueInst()
DInstCombineAndOrXor.cpp2179 ConstantExpr::getNot(CommonBits)); in visitXor()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2273 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()
DInstructionCombining.cpp2316 ConstantExpr::getNot(CI)); in visitExtractValueInst()
DInstCombineAndOrXor.cpp2597 ConstantExpr::getNot(CommonBits)); in visitXor()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp517 R.first = ConstantExpr::getNot(R.first); in ComputeValueKnownInPredecessors()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli819 See the method [llvm::ConstantExpr::getNot]. *)
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli991 See the method [llvm::ConstantExpr::getNot]. *)

12