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.cpp1403 Address CastItem = CGF.CreateMemTemp(CastTy); in castValueToType() local
1404 Address ValCastItem = CastItem.withElementType(Val->getType()); in castValueToType()
1408 return CGF.EmitLoadOfScalar(CastItem, /*Volatile=*/false, CastTy, Loc, in castValueToType()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2255 Value *CastItem = Builder.CreateAlloca(ToType); in castValueToType() local
2259 CastItem, FromType->getPointerTo()); in castValueToType()
2261 return Builder.CreateLoad(ToType, CastItem); in castValueToType()