Searched refs:isUsedAsMemCpySource (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp33 static bool isUsedAsMemCpySource(const Value *V, bool &OtherUse) { function
38 UsedAsMemCpySource |= isUsedAsMemCpySource(User, OtherUse);
60 if (isUsedAsMemCpySource(&Arg, OtherUse) && !OtherUse)

Completed in 160 milliseconds