Lines Matching refs:NoWrap
6345 bool NoWrap) {
6365 if (!NoWrap) {
6399 bool NoWrap = false;
6401 NoWrap = AddRec->getNoWrapFlags(
6416 // Note that it's not sufficient to check NoWrap here, because even
6483 const SCEV *BECount = getBECount(Start, End, Step, NoWrap);
6489 : getBECount(MinStart, MaxEnd, Step, NoWrap);
6491 // If the stride is nonconstant, and NoWrap == true, then