Searched refs:LCVal (Results 1 – 3 of 3) sorted by relevance
191 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in getIteratorPosition() local192 return State->get<IteratorRegionMap>(LCVal->getRegion()); in getIteratorPosition()204 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in setIteratorPosition() local205 return State->set<IteratorRegionMap>(LCVal->getRegion(), Pos); in setIteratorPosition()
783 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in removeIteratorPosition() local784 return State->remove<IteratorRegionMap>(LCVal->getRegion()); in removeIteratorPosition()824 if (const auto LCVal = Binding.second.getAs<nonloc::LazyCompoundVal>()) { in isBoundThroughLazyCompoundVal() local825 if (LCVal->getRegion() == Reg) in isBoundThroughLazyCompoundVal()
2061 LValue LCVal = EmitLValue(LoopVarRef); in EmitOMPCanonicalLoop() local2062 Address LoopVarAddress = LCVal.getAddress(*this); in EmitOMPCanonicalLoop()