Searched refs:getNot (Results 1 – 20 of 20) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | ValueLattice.h | 209 static ValueLatticeElement getNot(Constant *C) { in getNot() function
|
| H A D | TargetFolder.h | 129 return Fold(ConstantExpr::getNot(C)); in CreateNot()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A 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()
|
| H A D | InstCombineNegator.cpp | 410 Value *Xor = Builder.CreateXor(Ops[0], ConstantExpr::getNot(C)); in visitImpl()
|
| H A D | InstCombineShifts.cpp | 254 NewMask = ConstantExpr::getNot(ExtendedInvertedMask); in dropRedundantMaskingOfLeftShiftInput()
|
| H A D | InstCombineCalls.cpp | 990 Constant *NotC = ConstantExpr::getNot(C); in visitCallInst()
|
| H A D | InstructionCombining.cpp | 3072 ConstantExpr::getNot(CI)); in visitExtractValueInst()
|
| H A D | InstCombineCompares.cpp | 3060 Constant *NotBOC = ConstantExpr::getNot(cast<Constant>(BOp1)); in foldICmpBinOpEqualityWithConstant()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | ConstantFolder.h | 137 return ConstantExpr::getNot(C); in CreateNot()
|
| H A D | Constants.h | 976 static Constant *getNot(Constant *C);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A 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()
|
| H A D | InstructionSimplify.cpp | 1963 if (ConstantExpr::getNot(C1) == C2) { in simplifyLogicOfAddSub()
|
| H A D | ScalarEvolution.cpp | 3970 cast<ConstantInt>(ConstantExpr::getNot(VC->getValue()))); in getNotSCEV()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | SCCPSolver.cpp | 1077 return ValueLatticeElement::getNot( in getValueFromMetadata() 1296 ValueLatticeElement::getNot(CondVal.getConstant())); in handleCallResult()
|
| H A D | Local.cpp | 3308 return ConstantExpr::getNot(C); in invertCondition()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 2031 return ConstantExpr::getXor(C1, ConstantExpr::getNot(C2)); in ConstantFoldCompareInstruction() 2032 return ConstantExpr::getXor(ConstantExpr::getNot(C1), C2); in ConstantFoldCompareInstruction()
|
| H A D | Constants.cpp | 2672 Constant *ConstantExpr::getNot(Constant *C) { in getNot() function in ConstantExpr
|
| H A D | Core.cpp | 1534 return wrap(ConstantExpr::getNot(unwrap<Constant>(ConstantVal))); in LLVMConstNot()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 792 R.first = ConstantExpr::getNot(R.first); in computeValueKnownInPredecessorsImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1085 See the method [llvm::ConstantExpr::getNot]. *)
|