Searched refs:getNot (Results 1 – 15 of 15) sorted by relevance
648 Res = ValueLatticeElement::getNot(ConstantPointerNull::get(PT)); in solveBlockValueImpl()735 Result = ValueLatticeElement::getNot(ConstantPointerNull::get(PTy)); in solveBlockValueNonLocal()770 Result = ValueLatticeElement::getNot(ConstantPointerNull::get(PTy)); in solveBlockValueNonLocal()978 ValueLatticeElement::getNot(ResNot)); in solveBlockValueSelect()986 ValueLatticeElement::getNot(ResNot)); in solveBlockValueSelect()1207 return ValueLatticeElement::getNot(cast<Constant>(RHS)); in getValueFromICmpCondition()
3984 cast<ConstantInt>(ConstantExpr::getNot(VC->getValue()))); in getNotSCEV()
125 static ValueLatticeElement getNot(Constant *C) { in getNot() function
124 return Fold(ConstantExpr::getNot(C)); in CreateNot()
134 return ConstantExpr::getNot(C); in CreateNot()
931 static Constant *getNot(Constant *C);
2131 if (AConst == ConstantExpr::getNot(BConst)) in getSelectCondition()3062 return BinaryOperator::CreateLShr(ConstantExpr::getNot(C), Y); in visitXor()3067 return BinaryOperator::CreateAShr(ConstantExpr::getNot(C), Y); in visitXor()3080 Value *And = Builder.CreateAnd(X, ConstantExpr::getNot(C2)); in visitXor()3081 return BinaryOperator::CreateXor(And, ConstantExpr::getNot(C1)); in visitXor()3085 Value *Or = Builder.CreateOr(X, ConstantExpr::getNot(C2)); in visitXor()3086 return BinaryOperator::CreateXor(Or, ConstantExpr::getNot(C1)); in visitXor()
247 NewMask = ConstantExpr::getNot(ExtendedInvertedMask); in dropRedundantMaskingOfLeftShiftInput()
2776 ConstantExpr::getNot(CI)); in visitExtractValueInst()
2983 Constant *NotBOC = ConstantExpr::getNot(cast<Constant>(BOp1)); in foldICmpBinOpEqualityWithConstant()
408 return ConstantExpr::getNot(C); in invert()
740 R.first = ConstantExpr::getNot(R.first); in ComputeValueKnownInPredecessorsImpl()
1877 return ConstantExpr::getXor(C1, ConstantExpr::getNot(C2)); in ConstantFoldCompareInstruction()1878 return ConstantExpr::getXor(ConstantExpr::getNot(C1), C2); in ConstantFoldCompareInstruction()
2312 Constant *ConstantExpr::getNot(Constant *C) { in getNot() function in ConstantExpr
1485 return wrap(ConstantExpr::getNot(unwrap<Constant>(ConstantVal))); in LLVMConstNot()