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:__anon9398::LVILatticeVal
528 BBLV = LVILatticeVal::getNot(ConstantPointerNull::get(AI->getType()));
616 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
644 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
810 Result = LVILatticeVal::getNot(cast<Constant>(ICI->getOperand(1)));
/external/llvm/lib/IR/
H A DConstants.cpp1991 Constant *ConstantExpr::getNot(Constant *C) { function in class:ConstantExpr

Completed in 76 milliseconds