Home | History | Annotate | Download | only in CodeGen

Lines Matching full:cst1

631     // fold __builtin_memcpy_chk(x, y, cst1, cst2) to memcpy iff cst1<=cst2.
658 // fold __builtin_memmove_chk(x, y, cst1, cst2) to memmove iff cst1<=cst2.
697 // fold __builtin_memset_chk(x, y, cst1, cst2) to memset iff cst1<=cst2.