reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
  898   if (!adj) return src;
  912       return llvm::ConstantExpr::getNSWSub(src, adj);
  914       return llvm::ConstantExpr::getNSWAdd(src, adj);
  919     uint64_t offset = cast<llvm::ConstantInt>(adj)->getZExtValue();
  921     adj = llvm::ConstantInt::get(adj->getType(), offset);
  921     adj = llvm::ConstantInt::get(adj->getType(), offset);
  927     dstAdj = llvm::ConstantExpr::getNSWSub(srcAdj, adj);
  929     dstAdj = llvm::ConstantExpr::getNSWAdd(srcAdj, adj);