Home | History | Annotate | Download | only in Utils

Lines Matching refs:MemMove

1080     // memmove(x, y, n) -> llvm.memmove(x, y, n, 1)
2079 static MemMoveOpt MemMove;
2166 case LibFunc::memmove:
2167 return &MemMove;