Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:inbounds

2640                                           bool inbounds,
2642 if (inbounds) {
2675 QualType eltType, bool inbounds,
2696 emitArraySubscriptGEP(CGF, addr.getPointer(), indices, inbounds, name);
2734 Addr = emitArraySubscriptGEP(*this, Addr, Idx, EltType, /*inbounds*/ true);