Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp9596 llvm::Value *BPVal = *CombinedInfo.BasePointers[I]; in emitOffloadingArrays() local
9601 BP, BPVal->getType()->getPointerTo(/*AddrSpace=*/0)); in emitOffloadingArrays()
9602 Address BPAddr(BP, BPVal->getType(), in emitOffloadingArrays()
9604 CGF.Builder.CreateStore(BPVal, BPAddr); in emitOffloadingArrays()