Searched refs:getNot (Results 1 – 17 of 17) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | ValueLattice.h | 211 static ValueLatticeElement getNot(Constant *C) { in getNot() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAndOrXor.cpp | 2640 if (AConst == ConstantExpr::getNot(BConst) && in getSelectCondition() 3753 NotOp = ConstantExpr::getNot(C); in sinkNotIntoLogicalOp() 3821 *OpToInvert = ConstantExpr::getNot(C); in sinkNotIntoOtherHandOfLogicalOp() 3920 return BinaryOperator::CreateLShr(ConstantExpr::getNot(C), Y); in foldNot() 3930 return BinaryOperator::CreateAShr(ConstantExpr::getNot(C), Y); in foldNot() 3935 return BinaryOperator::CreateSub(ConstantExpr::getNot(C), X); in foldNot() 4023 Sel->setTrueValue(ConstantExpr::getNot(cast<Constant>(TV))); in foldNot() 4027 Sel->setFalseValue(ConstantExpr::getNot(cast<Constant>(FV))); in foldNot() 4098 X, Constant::mergeUndefsWith(ConstantExpr::getNot(C2), C1)); in visitXor() 4106 Value *And = Builder.CreateAnd(X, ConstantExpr::getNot(C2)); in visitXor() [all …]
|
| H A D | InstCombineNegator.cpp | 449 Value *Xor = Builder.CreateXor(Ops[0], ConstantExpr::getNot(C)); in visitImpl()
|
| H A D | InstCombinePHI.cpp | 1350 else if (IsCorrectInput(cast<ConstantInt>(ConstantExpr::getNot(Input)))) in simplifyUsingControlFlow()
|
| H A D | InstCombineShifts.cpp | 253 NewMask = ConstantExpr::getNot(ExtendedInvertedMask); in dropRedundantMaskingOfLeftShiftInput()
|
| H A D | InstCombineCompares.cpp | 3181 Constant *NotBOC = ConstantExpr::getNot(cast<Constant>(BOp1)); in foldICmpBinOpEqualityWithConstant() 4060 Constant *C2 = ConstantExpr::getNot(C); in foldICmpBinOp() 4067 Constant *C2 = ConstantExpr::getNot(C); in foldICmpBinOp() 4641 Value *And = Builder.CreateAnd(Xor, ConstantExpr::getNot(C)); in foldICmpEquality()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 615 return ValueLatticeElement::getNot(ConstantPointerNull::get(PT)); in solveBlockValueImpl() 797 BBLV = ValueLatticeElement::getNot(ConstantPointerNull::get(PTy)); in intersectAssumeOrGuardBlockValueConstantRange() 1093 return ValueLatticeElement::getNot(cast<Constant>(RHS)); in getValueFromICmpCondition()
|
| H A D | InstructionSimplify.cpp | 2049 if (ConstantExpr::getNot(C1) == C2) { in simplifyLogicOfAddSub()
|
| H A D | ScalarEvolution.cpp | 4588 cast<ConstantInt>(ConstantExpr::getNot(VC->getValue()))); in getNotSCEV()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | SCCPSolver.cpp | 1405 return ValueLatticeElement::getNot( in getValueFromMetadata() 1611 ValueLatticeElement::getNot(CondVal.getConstant())); in handleCallResult()
|
| H A D | Local.cpp | 3460 return ConstantExpr::getNot(C); in invertCondition()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1042 static Constant *getNot(Constant *C);
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 1663 return ConstantExpr::getXor(C1, ConstantExpr::getNot(C2)); in ConstantFoldCompareInstruction() 1664 return ConstantExpr::getXor(ConstantExpr::getNot(C1), C2); in ConstantFoldCompareInstruction()
|
| H A D | Constants.cpp | 2651 Constant *ConstantExpr::getNot(Constant *C) { in getNot() function in ConstantExpr
|
| H A D | Core.cpp | 1564 return wrap(ConstantExpr::getNot(unwrap<Constant>(ConstantVal))); in LLVMConstNot()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 804 R.first = ConstantExpr::getNot(R.first); in computeValueKnownInPredecessorsImpl()
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1083 See the method [llvm::ConstantExpr::getNot]. *)
|