Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DValueLattice.h209 static ValueLatticeElement getNot(Constant *C) { in getNot() function
H A DTargetFolder.h129 return Fold(ConstantExpr::getNot(C)); in CreateNot()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2308 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 DInstCombineNegator.cpp410 Value *Xor = Builder.CreateXor(Ops[0], ConstantExpr::getNot(C)); in visitImpl()
H A DInstCombineShifts.cpp254 NewMask = ConstantExpr::getNot(ExtendedInvertedMask); in dropRedundantMaskingOfLeftShiftInput()
H A DInstCombineCalls.cpp990 Constant *NotC = ConstantExpr::getNot(C); in visitCallInst()
H A DInstructionCombining.cpp3072 ConstantExpr::getNot(CI)); in visitExtractValueInst()
H A DInstCombineCompares.cpp3060 Constant *NotBOC = ConstantExpr::getNot(cast<Constant>(BOp1)); in foldICmpBinOpEqualityWithConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantFolder.h137 return ConstantExpr::getNot(C); in CreateNot()
H A DConstants.h976 static Constant *getNot(Constant *C);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyValueInfo.cpp610 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 DInstructionSimplify.cpp1963 if (ConstantExpr::getNot(C1) == C2) { in simplifyLogicOfAddSub()
H A DScalarEvolution.cpp3970 cast<ConstantInt>(ConstantExpr::getNot(VC->getValue()))); in getNotSCEV()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1077 return ValueLatticeElement::getNot( in getValueFromMetadata()
1296 ValueLatticeElement::getNot(CondVal.getConstant())); in handleCallResult()
H A DLocal.cpp3308 return ConstantExpr::getNot(C); in invertCondition()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp2031 return ConstantExpr::getXor(C1, ConstantExpr::getNot(C2)); in ConstantFoldCompareInstruction()
2032 return ConstantExpr::getXor(ConstantExpr::getNot(C1), C2); in ConstantFoldCompareInstruction()
H A DConstants.cpp2672 Constant *ConstantExpr::getNot(Constant *C) { in getNot() function in ConstantExpr
H A DCore.cpp1534 return wrap(ConstantExpr::getNot(unwrap<Constant>(ConstantVal))); in LLVMConstNot()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp792 R.first = ConstantExpr::getNot(R.first); in computeValueKnownInPredecessorsImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1085 See the method [llvm::ConstantExpr::getNot]. *)