Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isIgnored

55     if (!Dest.isIgnored()) return Dest;
59 if (!Dest.isIgnored()) return;
274 if (Dest.isIgnored())
559 if (!Dest.isIgnored())
565 if (Dest.isIgnored()) break;
599 if (Dest.isIgnored() || !CGF.CGM.isPaddedAtomicType(atomicType)) {
618 if (!valueDest.isIgnored() && CGF.CGM.isPaddedAtomicType(atomicType)) {
1349 assert((Slot.getAddr() != 0 || Slot.isIgnored()) &&