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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3566 /// isMemSrcFromString - Returns true if memcpy source is a string constant.
3568 static bool isMemSrcFromString(SDValue Src, StringRef &Str) { function
3720 bool CopyFromStr = isMemSrcFromString(Src, Str);

Completed in 188 milliseconds