Lines Matching full:ptrval
1167 Value *PtrVal = SrcVal->getPointerOperand();1176 PtrVal->getType()->getPointerAddressSpace());1178 PtrVal = Builder.CreateBitCast(PtrVal, DestPTy);1179 LoadInst *NewLoad = Builder.CreateLoad(PtrVal);