Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PVal

3448         llvm::Value *PVal = Pointers[i];
3449 if (PVal->getType()->isPointerTy())
3450 PVal = CGF.Builder.CreateBitCast(PVal, CGM.VoidPtrTy);
3452 assert(PVal->getType()->isIntegerTy() &&
3454 PVal = CGF.Builder.CreateIntToPtr(PVal, CGM.VoidPtrTy);
3460 CGF.Builder.CreateStore(PVal, PAddr);