HomeSort by relevance Sort by last modified time
    Searched defs:getNot (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/
LazyValueInfo.cpp 88 static LVILatticeVal getNot(Constant *C) {
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)));
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 103 static LVILatticeVal getNot(Constant *C) {
675 Res = LVILatticeVal::getNot(ConstantPointerNull::get(PT));
764 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
793 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
    [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp     [all...]

Completed in 546 milliseconds