Home | History | Annotate | Download | only in Scalar

Lines Matching refs:PtrVal

1053     Value *PtrVal = SrcVal->getPointerOperand();
1062 cast<PointerType>(PtrVal->getType())->getAddressSpace());
1064 PtrVal = Builder.CreateBitCast(PtrVal, DestPTy);
1065 LoadInst *NewLoad = Builder.CreateLoad(PtrVal);