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

12

/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DLazyValueInfo.cpp88 static LVILatticeVal getNot(Constant *C) { function in class:__anon18474::LVILatticeVal
550 BBLV = LVILatticeVal::getNot(ConstantPointerNull::get(AI->getType()));
634 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
662 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
834 Result = LVILatticeVal::getNot(cast<Constant>(ICI->getOperand(1)));
H A DScalarEvolution.cpp2736 cast<ConstantInt>(ConstantExpr::getNot(VC->getValue())));
/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp103 static LVILatticeVal getNot(Constant *C) { function in class:__anon12481::LVILatticeVal
675 Res = LVILatticeVal::getNot(ConstantPointerNull::get(PT));
764 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
793 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
982 LVILatticeVal::getNot(ResNot));
990 LVILatticeVal::getNot(ResNot));
1178 Result = LVILatticeVal::getNot(cast<Constant>(ICI->getOperand(1)));
/external/llvm/include/llvm/Analysis/
H A DTargetFolder.h126 return Fold(ConstantExpr::getNot(C));
/external/llvm/include/llvm/IR/
H A DConstantFolder.h114 return ConstantExpr::getNot(C);
H A DConstants.h877 static Constant *getNot(Constant *C);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DConstantFolder.h114 return ConstantExpr::getNot(C);
H A DTargetFolder.h126 return Fold(ConstantExpr::getNot(C));
/external/llvm/unittests/IR/
H A DConstantsTest.cpp233 CHECK(ConstantExpr::getNot(P0), "xor i32 " P0STR ", -1");
/external/swiftshader/third_party/LLVM/include/llvm/
H A DConstants.h628 static Constant *getNot(Constant *C);
/external/llvm/lib/IR/
H A DConstantFold.cpp1739 return ConstantExpr::getXor(C1, ConstantExpr::getNot(C2));
1740 return ConstantExpr::getXor(ConstantExpr::getNot(C1), C2);
H A DConstants.cpp2126 Constant *ConstantExpr::getNot(Constant *C) { function in class:ConstantExpr
H A DCore.cpp1106 return wrap(ConstantExpr::getNot(unwrap<Constant>(ConstantVal)));
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DJumpThreading.cpp438 Result[i].first = ConstantExpr::getNot(Result[i].first);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2273 Constant *NotCI = ConstantExpr::getNot(RHS);
2281 Constant *NotBOC = ConstantExpr::getNot(BOC);
4105 return new ICmpInst(I.getPredicate(), ConstantExpr::getNot(RHSC), A);
H A DInstCombineAndOrXor.cpp2597 ConstantExpr::getNot(CommonBits));
H A DInstructionCombining.cpp2316 ConstantExpr::getNot(CI));
/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp517 R.first = ConstantExpr::getNot(R.first);
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1356 ConstantExpr::getNot(CI));
H A DInstCombineCompares.cpp1433 Constant *NotCI = ConstantExpr::getNot(RHS);
2450 return new ICmpInst(I.getPredicate(), ConstantExpr::getNot(RHSC), A);
H A DInstCombineAndOrXor.cpp2179 ConstantExpr::getNot(CommonBits));
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstantFold.cpp1896 return ConstantExpr::getXor(C1, ConstantExpr::getNot(C2));
1897 return ConstantExpr::getXor(ConstantExpr::getNot(C1), C2);
H A DConstants.cpp1774 Constant *ConstantExpr::getNot(Constant *C) { function in class:ConstantExpr
H A DCore.cpp714 return wrap(ConstantExpr::getNot(unwrap<Constant>(ConstantVal)));
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli991 See the method [llvm::ConstantExpr::getNot]. *)

Completed in 2410 milliseconds

12