Searched refs:getNot (Results 1 – 18 of 18) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | ValueLattice.h | 209 static ValueLatticeElement getNot(Constant *C) { in getNot() function
|
| D | TargetFolder.h | 129 return Fold(ConstantExpr::getNot(C)); in CreateNot()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineAndOrXor.cpp | 2308 if (AConst == ConstantExpr::getNot(BConst)) in getSelectCondition() 3385 return BinaryOperator::CreateLShr(ConstantExpr::getNot(C), Y); in visitXor() 3395 return BinaryOperator::CreateAShr(ConstantExpr::getNot(C), Y); in visitXor() 3400 return BinaryOperator::CreateSub(ConstantExpr::getNot(C), X); in visitXor() 3420 Value *And = Builder.CreateAnd(X, ConstantExpr::getNot(C2)); in visitXor() 3421 return BinaryOperator::CreateXor(And, ConstantExpr::getNot(C1)); in visitXor() 3425 Value *Or = Builder.CreateOr(X, ConstantExpr::getNot(C2)); in visitXor() 3426 return BinaryOperator::CreateXor(Or, ConstantExpr::getNot(C1)); in visitXor() 3657 Sel->setTrueValue(ConstantExpr::getNot(cast<Constant>(TV))); in visitXor() 3661 Sel->setFalseValue(ConstantExpr::getNot(cast<Constant>(FV))); in visitXor()
|
| D | InstCombineNegator.cpp | 410 Value *Xor = Builder.CreateXor(Ops[0], ConstantExpr::getNot(C)); in visitImpl()
|
| D | InstCombineShifts.cpp | 254 NewMask = ConstantExpr::getNot(ExtendedInvertedMask); in dropRedundantMaskingOfLeftShiftInput()
|
| D | InstCombineCalls.cpp | 1020 Constant *NotC = ConstantExpr::getNot(C); in visitCallInst()
|
| D | InstCombineCompares.cpp | 3118 Constant *NotBOC = ConstantExpr::getNot(cast<Constant>(BOp1)); in foldICmpBinOpEqualityWithConstant()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | ConstantFolder.h | 137 return ConstantExpr::getNot(C); in CreateNot()
|
| D | Constants.h | 981 static Constant *getNot(Constant *C);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | LazyValueInfo.cpp | 610 return ValueLatticeElement::getNot(ConstantPointerNull::get(PT)); in solveBlockValueImpl() 791 BBLV = ValueLatticeElement::getNot(ConstantPointerNull::get(PTy)); in intersectAssumeOrGuardBlockValueConstantRange() 1090 return ValueLatticeElement::getNot(cast<Constant>(RHS)); in getValueFromICmpCondition()
|
| D | InstructionSimplify.cpp | 1991 if (ConstantExpr::getNot(C1) == C2) { in simplifyLogicOfAddSub()
|
| D | ScalarEvolution.cpp | 4125 cast<ConstantInt>(ConstantExpr::getNot(VC->getValue()))); in getNotSCEV()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | SCCPSolver.cpp | 1107 return ValueLatticeElement::getNot( in getValueFromMetadata() 1326 ValueLatticeElement::getNot(CondVal.getConstant())); in handleCallResult()
|
| D | Local.cpp | 3317 return ConstantExpr::getNot(C); in invertCondition()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | ConstantFold.cpp | 1780 return ConstantExpr::getXor(C1, ConstantExpr::getNot(C2)); in ConstantFoldCompareInstruction() 1781 return ConstantExpr::getXor(ConstantExpr::getNot(C1), C2); in ConstantFoldCompareInstruction()
|
| D | Constants.cpp | 2674 Constant *ConstantExpr::getNot(Constant *C) { in getNot() function in ConstantExpr
|
| D | Core.cpp | 1534 return wrap(ConstantExpr::getNot(unwrap<Constant>(ConstantVal))); in LLVMConstNot()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | JumpThreading.cpp | 791 R.first = ConstantExpr::getNot(R.first); in computeValueKnownInPredecessorsImpl()
|