Home | History | Annotate | Download | only in Scalar

Lines Matching refs:NewCall

1017   CallInst *NewCall;
1019 NewCall = Builder.CreateMemSet(BasePtr, SplatValue,NumBytes,StoreAlignment);
1036 NewCall = Builder.CreateCall3(MSP, BasePtr, PatternPtr, NumBytes);
1039 DEBUG(dbgs() << " Formed memset: " << *NewCall << "\n"
1041 NewCall->setDebugLoc(TheStore->getDebugLoc());
1123 CallInst *NewCall =
1126 NewCall->setDebugLoc(SI->getDebugLoc());
1128 DEBUG(dbgs() << " Formed memcpy: " << *NewCall << "\n"