Searched refs:itrVal (Results 1 – 1 of 1) sorted by relevance
437 const parser::Name &itrVal{GetLoopIndex(loop)}; in SetLoopInfo() local438 SetLoopIv(itrVal.symbol); in SetLoopInfo()465 const parser::Name &itrVal{GetLoopIndex(loop)}; in CheckLoopItrVariableIsInt() local466 if (itrVal.symbol) { in CheckLoopItrVariableIsInt()467 const auto *type{itrVal.symbol->GetType()}; in CheckLoopItrVariableIsInt()469 context_.Say(itrVal.source, in CheckLoopItrVariableIsInt()472 itrVal.ToString()); in CheckLoopItrVariableIsInt()687 const parser::Name &itrVal{GetLoopIndex(loop)}; in CheckDistLinear() local688 if (itrVal.symbol) { in CheckDistLinear()690 indexVars.erase(*(itrVal.symbol)); in CheckDistLinear()