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

References

tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 2813   assert(!CGF.getContext().getTypeSizeInChars(CastTy).isZero() &&
 2817   llvm::Type *LLVMCastTy = CGF.ConvertTypeForMem(CastTy);
 2818   if (ValTy == CastTy)
 2821       CGF.getContext().getTypeSizeInChars(CastTy))
 2823   if (CastTy->isIntegerType() && ValTy->isIntegerType())
 2825                                      CastTy->hasSignedIntegerRepresentation());
 2826   Address CastItem = CGF.CreateMemTemp(CastTy);
 2830   return CGF.EmitLoadOfScalar(CastItem, /*Volatile=*/false, CastTy, Loc);