Searched refs:BPVal (Results 1 – 1 of 1) sorted by relevance
5621 llvm::Value *BPVal = BasePointers[i]; in emitOffloadingArrays() local5622 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()