Home | History | Annotate | Download | only in Scalar

Lines Matching refs:DstPtr

640         Value *DstPtr = Builder.CreateBitCast(MTI->getDest(), AIPTy);
642 StoreInst *NewStore = Builder.CreateStore(SrcVal, DstPtr);