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())
576 if (!Dest.isIgnored())
582 if (Dest.isIgnored()) break;
616 if (Dest.isIgnored() || !CGF.CGM.isPaddedAtomicType(atomicType)) {
635 if (!valueDest.isIgnored() && CGF.CGM.isPaddedAtomicType(atomicType)) {
954 if (!Dest.isIgnored())
1369 assert((Slot.getAddr() != nullptr || Slot.isIgnored()) &&