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

References

tools/clang/lib/CodeGen/CGExprScalar.cpp
 4570         Builder.CreatePtrToInt(BasePtr, DL.getIntPtrType(BasePtr->getType()));
 4572         Builder.CreatePtrToInt(GEPVal, DL.getIntPtrType(GEPVal->getType()));
 4582   auto *IntPtrTy = DL.getIntPtrType(GEP->getPointerOperandType());
 4630           IntPtrTy, DL.getStructLayout(STy)->getElementOffset(FieldNo));
 4635           IntPtrTy, DL.getTypeAllocSize(GTI.getIndexedType()));