Home | History | Annotate | Download | only in IR

Lines Matching refs:IndexVal

1952   int64_t IndexVal = CI->getSExtValue();
1953 if (IndexVal < 0 || (NumElements > 0 && (uint64_t)IndexVal >= NumElements))