Searched refs:getNot (Results 1 – 14 of 14) sorted by relevance
97 static LVILatticeVal getNot(Constant *C) { in getNot() function in __anonf6b2aaba0111::LVILatticeVal593 Res = LVILatticeVal::getNot(ConstantPointerNull::get(PT)); in solveBlockValue()695 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy)); in solveBlockValueNonLocal()723 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy)); in solveBlockValueNonLocal()905 Result = LVILatticeVal::getNot(cast<Constant>(ICI->getOperand(1))); in getValueFromFromCondition()
3357 cast<ConstantInt>(ConstantExpr::getNot(VC->getValue()))); in getNotSCEV()
114 return ConstantExpr::getNot(C); in CreateNot()
919 static Constant *getNot(Constant *C);
126 return Fold(ConstantExpr::getNot(C)); in CreateNot()
209 CHECK(ConstantExpr::getNot(P0), "xor i32 " P0STR ", -1"); in TEST()
1722 return ConstantExpr::getXor(C1, ConstantExpr::getNot(C2)); in ConstantFoldCompareInstruction()1723 return ConstantExpr::getXor(ConstantExpr::getNot(C1), C2); in ConstantFoldCompareInstruction()
2187 Constant *ConstantExpr::getNot(Constant *C) { in getNot() function in ConstantExpr
1019 return wrap(ConstantExpr::getNot(unwrap<Constant>(ConstantVal))); in LLVMConstNot()
520 Result[i].first = ConstantExpr::getNot(Result[i].first); in ComputeValueKnownInPredecessors()
1925 Constant *NotCI = ConstantExpr::getNot(RHS); in visitICmpInstWithInstAndIntCst()3646 return new ICmpInst(I.getPredicate(), ConstantExpr::getNot(RHSC), A); in visitICmpInst()
2287 ConstantExpr::getNot(CI)); in visitExtractValueInst()
2738 ConstantExpr::getNot(CommonBits)); in visitXor()
961 See the method [llvm::ConstantExpr::getNot]. *)