Searched refs:getNot (Results 1 – 14 of 14) sorted by relevance
96 static LVILatticeVal getNot(Constant *C) { in getNot() function in __anon33ceafee0111::LVILatticeVal536 Res = LVILatticeVal::getNot(ConstantPointerNull::get(AI->getType())); in solveBlockValue()634 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy)); in solveBlockValueNonLocal()662 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy)); in solveBlockValueNonLocal()844 Result = LVILatticeVal::getNot(cast<Constant>(ICI->getOperand(1))); in getValueFromFromCondition()
3288 cast<ConstantInt>(ConstantExpr::getNot(VC->getValue()))); in getNotSCEV()
114 return ConstantExpr::getNot(C); in CreateNot()
862 static Constant *getNot(Constant *C);
126 return Fold(ConstantExpr::getNot(C)); in CreateNot()
201 CHECK(ConstantExpr::getNot(P0), "xor i32 " P0STR ", -1"); in TEST()
1716 return ConstantExpr::getXor(C1, ConstantExpr::getNot(C2)); in ConstantFoldCompareInstruction()1717 return ConstantExpr::getXor(ConstantExpr::getNot(C1), C2); in ConstantFoldCompareInstruction()
2224 Constant *ConstantExpr::getNot(Constant *C) { in getNot() function in ConstantExpr
1003 return wrap(ConstantExpr::getNot(unwrap<Constant>(ConstantVal))); in LLVMConstNot()
473 Result[i].first = ConstantExpr::getNot(Result[i].first); in ComputeValueKnownInPredecessors()
1819 Constant *NotCI = ConstantExpr::getNot(RHS); in visitICmpInstWithInstAndIntCst()3511 return new ICmpInst(I.getPredicate(), ConstantExpr::getNot(RHSC), A); in visitICmpInst()
2229 ConstantExpr::getNot(CI)); in visitExtractValueInst()
2652 ConstantExpr::getNot(CommonBits)); in visitXor()
961 See the method [llvm::ConstantExpr::getNot]. *)