Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1402 Address CastItem = CGF.CreateMemTemp(CastTy); in castValueToType() local
1403 Address ValCastItem = CastItem.withElementType(Val->getType()); in castValueToType()
1407 return CGF.EmitLoadOfScalar(CastItem, /*Volatile=*/false, CastTy, Loc, in castValueToType()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2389 Value *CastItem = Builder.CreateAlloca(ToType); in castValueToType() local
2393 CastItem, Builder.getPtrTy(0)); in castValueToType()
2395 return Builder.CreateLoad(ToType, CastItem); in castValueToType()