Home | History | Annotate | Download | only in Scalar

Lines Matching refs:NewCall

1021   CallInst *NewCall;
1023 NewCall = Builder.CreateMemSet(BasePtr,
1047 NewCall = Builder.CreateCall3(MSP, BasePtr, PatternPtr, NumBytes);
1050 DEBUG(dbgs() << " Formed memset: " << *NewCall << "\n"
1052 NewCall->setDebugLoc(TheStore->getDebugLoc());
1134 CallInst *NewCall =
1137 NewCall->setDebugLoc(SI->getDebugLoc());
1139 DEBUG(dbgs() << " Formed memcpy: " << *NewCall << "\n"