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

References

tools/clang/lib/CodeGen/CGCall.cpp
 1222   if (SrcTy == Ty)
 1225   uint64_t DstSize = CGF.CGM.getDataLayout().getTypeAllocSize(Ty);
 1236   if ((isa<llvm::IntegerType>(Ty) || isa<llvm::PointerType>(Ty)) &&
 1236   if ((isa<llvm::IntegerType>(Ty) || isa<llvm::PointerType>(Ty)) &&
 1239     return CoerceIntOrPtrToIntOrPtr(Load, Ty, CGF);
 1251                                     Ty->getPointerTo(Src.getAddressSpace()));
 1256   Address Tmp = CreateTempAllocaForCoercion(CGF, Ty, Src.getAlignment());