Home | History | Annotate | Download | only in Scalar

Lines Matching refs:BasePtr

547   Value *BasePtr =
549 if (mayLoopAccessLocation(BasePtr, MRI_ModRef, CurLoop, BECount, StoreSize,
553 RecursivelyDeleteTriviallyDeadInstructions(BasePtr, TLI);
576 Builder.CreateMemSet(BasePtr, SplatValue, NumBytes, StoreAlignment);
594 NewCall = Builder.CreateCall(MSP, {BasePtr, PatternPtr, NumBytes});