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

/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp93 static LVILatticeVal getNot(Constant *C) { function in class:__anon8602::LVILatticeVal
528 BBLV = LVILatticeVal::getNot(ConstantPointerNull::get(AI->getType()));
612 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
640 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
806 Result = LVILatticeVal::getNot(cast<Constant>(ICI->getOperand(1)));
/external/llvm/lib/VMCore/
H A DConstants.cpp1916 Constant *ConstantExpr::getNot(Constant *C) { function in class:ConstantExpr

Completed in 59 milliseconds