Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp633 Res = ValueLatticeElement::getNot(ConstantPointerNull::get(PT)); in solveBlockValueImpl()
714 Result = ValueLatticeElement::getNot(ConstantPointerNull::get(PTy)); in solveBlockValueNonLocal()
749 Result = ValueLatticeElement::getNot(ConstantPointerNull::get(PTy)); in solveBlockValueNonLocal()
934 ValueLatticeElement::getNot(ResNot)); in solveBlockValueSelect()
942 ValueLatticeElement::getNot(ResNot)); in solveBlockValueSelect()
1086 return ValueLatticeElement::getNot(cast<Constant>(RHS)); in getValueFromICmpCondition()
H A DScalarEvolution.cpp3977 cast<ConstantInt>(ConstantExpr::getNot(VC->getValue()))); in getNotSCEV()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DValueLattice.h126 static ValueLatticeElement getNot(Constant *C) { in getNot() function
H A DTargetFolder.h125 return Fold(ConstantExpr::getNot(C)); in CreateNot()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstantFolder.h135 return ConstantExpr::getNot(C); in CreateNot()
H A DConstants.h931 static Constant *getNot(Constant *C);
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1906 if (AConst == ConstantExpr::getNot(BConst)) in getSelectCondition()
2758 return BinaryOperator::CreateLShr(ConstantExpr::getNot(C), Y); in visitXor()
2763 return BinaryOperator::CreateAShr(ConstantExpr::getNot(C), Y); in visitXor()
2776 Value *And = Builder.CreateAnd(X, ConstantExpr::getNot(C2)); in visitXor()
2777 return BinaryOperator::CreateXor(And, ConstantExpr::getNot(C1)); in visitXor()
2781 Value *Or = Builder.CreateOr(X, ConstantExpr::getNot(C2)); in visitXor()
2782 return BinaryOperator::CreateXor(Or, ConstantExpr::getNot(C1)); in visitXor()
H A DInstructionCombining.cpp2646 ConstantExpr::getNot(CI)); in visitExtractValueInst()
H A DInstCombineCompares.cpp2701 Constant *NotBOC = ConstantExpr::getNot(cast<Constant>(BOp1)); in foldICmpBinOpEqualityWithConstant()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp402 return ConstantExpr::getNot(C); in invert()
H A DJumpThreading.cpp724 R.first = ConstantExpr::getNot(R.first); in ComputeValueKnownInPredecessorsImpl()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantFold.cpp1764 return ConstantExpr::getXor(C1, ConstantExpr::getNot(C2)); in ConstantFoldCompareInstruction()
1765 return ConstantExpr::getXor(ConstantExpr::getNot(C1), C2); in ConstantFoldCompareInstruction()
H A DConstants.cpp2232 Constant *ConstantExpr::getNot(Constant *C) { in getNot() function in ConstantExpr
H A DCore.cpp1461 return wrap(ConstantExpr::getNot(unwrap<Constant>(ConstantVal))); in LLVMConstNot()