Home | History | Annotate | Download | only in CodeGen

Lines Matching full:cst1

643     // fold __builtin_memcpy_chk(x, y, cst1, cst2) to memcpy iff cst1<=cst2.
670 // fold __builtin_memmove_chk(x, y, cst1, cst2) to memmove iff cst1<=cst2.
709 // fold __builtin_memset_chk(x, y, cst1, cst2) to memset iff cst1<=cst2.