Home
last modified time | relevance | path

Searched refs:CastItem (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1422 Address CastItem = CGF.CreateMemTemp(CastTy); in castValueToType() local
1423 Address ValCastItem = CastItem.withElementType(Val->getType()); in castValueToType()
1427 return CGF.EmitLoadOfScalar(CastItem, /*Volatile=*/false, CastTy, Loc, in castValueToType()