Searched refs:MVCFastLen (Results 1 – 1 of 1) sorted by relevance
1113 const int MVCFastLen = 16; in findOptimalMemOpLowering() local1117 if (Op.isMemcpy() && Op.allowOverlap() && Op.size() <= MVCFastLen) in findOptimalMemOpLowering()1119 if (Op.isMemset() && Op.size() - 1 <= MVCFastLen) in findOptimalMemOpLowering()