Searched refs:isStpcpy (Results 1 – 5 of 5) sorted by relevance
55 MachinePointerInfo SrcPtrInfo, bool isStpcpy) const override;
227 bool isStpcpy) const { in EmitTargetCodeForStrcpy()231 return std::make_pair(isStpcpy ? EndDest : Dest, EndDest.getValue(1)); in EmitTargetCodeForStrcpy()
147 MachinePointerInfo SrcPtrInfo, bool isStpcpy) const { in EmitTargetCodeForStrcpy() argument
608 bool visitStrCpyCall(const CallInst &I, bool isStpcpy);
9216 bool SelectionDAGBuilder::visitStrCpyCall(const CallInst &I, bool isStpcpy) { in visitStrCpyCall() argument9224 MachinePointerInfo(Arg1), isStpcpy); in visitStrCpyCall()