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

References

tools/clang/lib/CodeGen/CGExprConstant.cpp
 2081     if (!LHS || !RHS) return nullptr;
 2085     LHS = llvm::ConstantExpr::getPtrToInt(LHS, CGM.IntPtrTy);
 2085     LHS = llvm::ConstantExpr::getPtrToInt(LHS, CGM.IntPtrTy);
 2087     llvm::Constant *AddrLabelDiff = llvm::ConstantExpr::getSub(LHS, RHS);