Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyValueInfo.cpp97 static LVILatticeVal getNot(Constant *C) { in getNot() function in __anonf6b2aaba0111::LVILatticeVal
593 Res = LVILatticeVal::getNot(ConstantPointerNull::get(PT)); in solveBlockValue()
695 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy)); in solveBlockValueNonLocal()
723 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy)); in solveBlockValueNonLocal()
905 Result = LVILatticeVal::getNot(cast<Constant>(ICI->getOperand(1))); in getValueFromFromCondition()
DScalarEvolution.cpp3357 cast<ConstantInt>(ConstantExpr::getNot(VC->getValue()))); in getNotSCEV()
/external/llvm/include/llvm/IR/
DConstantFolder.h114 return ConstantExpr::getNot(C); in CreateNot()
DConstants.h919 static Constant *getNot(Constant *C);
/external/llvm/include/llvm/Analysis/
DTargetFolder.h126 return Fold(ConstantExpr::getNot(C)); in CreateNot()
/external/llvm/unittests/IR/
DConstantsTest.cpp209 CHECK(ConstantExpr::getNot(P0), "xor i32 " P0STR ", -1"); in TEST()
/external/llvm/lib/IR/
DConstantFold.cpp1722 return ConstantExpr::getXor(C1, ConstantExpr::getNot(C2)); in ConstantFoldCompareInstruction()
1723 return ConstantExpr::getXor(ConstantExpr::getNot(C1), C2); in ConstantFoldCompareInstruction()
DConstants.cpp2187 Constant *ConstantExpr::getNot(Constant *C) { in getNot() function in ConstantExpr
DCore.cpp1019 return wrap(ConstantExpr::getNot(unwrap<Constant>(ConstantVal))); in LLVMConstNot()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp520 Result[i].first = ConstantExpr::getNot(Result[i].first); in ComputeValueKnownInPredecessors()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1925 Constant *NotCI = ConstantExpr::getNot(RHS); in visitICmpInstWithInstAndIntCst()
3646 return new ICmpInst(I.getPredicate(), ConstantExpr::getNot(RHSC), A); in visitICmpInst()
DInstructionCombining.cpp2287 ConstantExpr::getNot(CI)); in visitExtractValueInst()
DInstCombineAndOrXor.cpp2738 ConstantExpr::getNot(CommonBits)); in visitXor()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli961 See the method [llvm::ConstantExpr::getNot]. *)