Home | History | Annotate | Download | only in Scalar

Lines Matching defs:DstPtr

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