Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyValueInfo.cpp96 static LVILatticeVal getNot(Constant *C) { in getNot() function in __anon33ceafee0111::LVILatticeVal
536 Res = 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()
844 Result = LVILatticeVal::getNot(cast<Constant>(ICI->getOperand(1))); in getValueFromFromCondition()
DScalarEvolution.cpp3288 cast<ConstantInt>(ConstantExpr::getNot(VC->getValue()))); in getNotSCEV()
/external/llvm/include/llvm/IR/
DConstantFolder.h114 return ConstantExpr::getNot(C); in CreateNot()
DConstants.h862 static Constant *getNot(Constant *C);
/external/llvm/include/llvm/Analysis/
DTargetFolder.h126 return Fold(ConstantExpr::getNot(C)); in CreateNot()
/external/llvm/unittests/IR/
DConstantsTest.cpp201 CHECK(ConstantExpr::getNot(P0), "xor i32 " P0STR ", -1"); in TEST()
/external/llvm/lib/IR/
DConstantFold.cpp1716 return ConstantExpr::getXor(C1, ConstantExpr::getNot(C2)); in ConstantFoldCompareInstruction()
1717 return ConstantExpr::getXor(ConstantExpr::getNot(C1), C2); in ConstantFoldCompareInstruction()
DConstants.cpp2224 Constant *ConstantExpr::getNot(Constant *C) { in getNot() function in ConstantExpr
DCore.cpp1003 return wrap(ConstantExpr::getNot(unwrap<Constant>(ConstantVal))); in LLVMConstNot()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp473 Result[i].first = ConstantExpr::getNot(Result[i].first); in ComputeValueKnownInPredecessors()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1819 Constant *NotCI = ConstantExpr::getNot(RHS); in visitICmpInstWithInstAndIntCst()
3511 return new ICmpInst(I.getPredicate(), ConstantExpr::getNot(RHSC), A); in visitICmpInst()
DInstructionCombining.cpp2229 ConstantExpr::getNot(CI)); in visitExtractValueInst()
DInstCombineAndOrXor.cpp2652 ConstantExpr::getNot(CommonBits)); in visitXor()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli961 See the method [llvm::ConstantExpr::getNot]. *)