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

References

tools/clang/lib/CodeGen/CGExprScalar.cpp
 4585   auto *Zero = llvm::ConstantInt::getNullValue(IntPtrTy);
 4587       CGM.getIntrinsic(llvm::Intrinsic::sadd_with_overflow, IntPtrTy);
 4589       CGM.getIntrinsic(llvm::Intrinsic::smul_with_overflow, IntPtrTy);
 4630           IntPtrTy, DL.getStructLayout(STy)->getElementOffset(FieldNo));
 4635           IntPtrTy, DL.getTypeAllocSize(GTI.getIndexedType()));
 4636       auto *IndexS = Builder.CreateIntCast(Index, IntPtrTy, /*isSigned=*/true);