Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp5621 llvm::Value *BPVal = BasePointers[i]; in emitOffloadingArrays() local
5622 if (BPVal->getType()->isPointerTy()) in emitOffloadingArrays()
5623 BPVal = CGF.Builder.CreateBitCast(BPVal, CGM.VoidPtrTy); in emitOffloadingArrays()
5625 assert(BPVal->getType()->isIntegerTy() && in emitOffloadingArrays()
5627 BPVal = CGF.Builder.CreateIntToPtr(BPVal, CGM.VoidPtrTy); in emitOffloadingArrays()
5633 CGF.Builder.CreateStore(BPVal, BPAddr); in emitOffloadingArrays()