Searched refs:getNot (Results 1 – 14 of 14) sorted by relevance
633 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()
3977 cast<ConstantInt>(ConstantExpr::getNot(VC->getValue()))); in getNotSCEV()
126 static ValueLatticeElement getNot(Constant *C) { in getNot() function
125 return Fold(ConstantExpr::getNot(C)); in CreateNot()
135 return ConstantExpr::getNot(C); in CreateNot()
931 static Constant *getNot(Constant *C);
1906 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()
2646 ConstantExpr::getNot(CI)); in visitExtractValueInst()
2701 Constant *NotBOC = ConstantExpr::getNot(cast<Constant>(BOp1)); in foldICmpBinOpEqualityWithConstant()
402 return ConstantExpr::getNot(C); in invert()
724 R.first = ConstantExpr::getNot(R.first); in ComputeValueKnownInPredecessorsImpl()
1764 return ConstantExpr::getXor(C1, ConstantExpr::getNot(C2)); in ConstantFoldCompareInstruction()1765 return ConstantExpr::getXor(ConstantExpr::getNot(C1), C2); in ConstantFoldCompareInstruction()
2232 Constant *ConstantExpr::getNot(Constant *C) { in getNot() function in ConstantExpr
1461 return wrap(ConstantExpr::getNot(unwrap<Constant>(ConstantVal))); in LLVMConstNot()