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

/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp94 static LVILatticeVal getNot(Constant *C) { function in class:__anon25686::LVILatticeVal
529 BBLV = LVILatticeVal::getNot(ConstantPointerNull::get(AI->getType()));
617 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
645 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
811 Result = LVILatticeVal::getNot(cast<Constant>(ICI->getOperand(1)));
/external/llvm/lib/IR/
H A DConstants.cpp2096 Constant *ConstantExpr::getNot(Constant *C) { function in class:ConstantExpr

Completed in 955 milliseconds