Searched defs:getNot (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp88 static LVILatticeVal getNot(Constant *C) { function in class:__anon6568::LVILatticeVal
550 BBLV = LVILatticeVal::getNot(ConstantPointerNull::get(AI->getType()));
634 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
662 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
834 Result = LVILatticeVal::getNot(cast<Constant>(ICI->getOperand(1)));
/external/llvm/lib/VMCore/
H A DConstants.cpp1774 Constant *ConstantExpr::getNot(Constant *C) { function in class:ConstantExpr

Completed in 128 milliseconds