Home | History | Annotate | Download | only in codegen

Lines Matching refs:ldst

1007    LValue *ldst = dst->asLValue();
1010 if (ldst->compound && !lsrc->compound) {
1012 lsrc = ldst;
1013 ldst = swap;
1016 ldst->compound = lsrc->compound;
1017 ldst->compMask = lsrc->compMask;