Searched refs:isStpcpy (Results 1 – 5 of 5) sorted by relevance
53 MachinePointerInfo SrcPtrInfo, bool isStpcpy) const override;
224 bool isStpcpy) const { in EmitTargetCodeForStrcpy()228 return std::make_pair(isStpcpy ? EndDest : Dest, EndDest.getValue(1)); in EmitTargetCodeForStrcpy()
121 MachinePointerInfo SrcPtrInfo, bool isStpcpy) const { in EmitTargetCodeForStrcpy() argument
750 bool visitStrCpyCall(const CallInst &I, bool isStpcpy);
7729 bool SelectionDAGBuilder::visitStrCpyCall(const CallInst &I, bool isStpcpy) { in visitStrCpyCall() argument7737 MachinePointerInfo(Arg1), isStpcpy); in visitStrCpyCall()