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

/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp96 static LVILatticeVal getNot(Constant *C) { function in class:__anon10350::LVILatticeVal
536 Res = LVILatticeVal::getNot(ConstantPointerNull::get(AI->getType()));
634 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
662 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
844 Result = LVILatticeVal::getNot(cast<Constant>(ICI->getOperand(1)));
/external/llvm/lib/IR/
H A DConstants.cpp2224 Constant *ConstantExpr::getNot(Constant *C) { function in class:ConstantExpr

Completed in 478 milliseconds