Searched refs:LCVal (Results 1 – 3 of 3) sorted by relevance
190 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in getIteratorPosition() local191 return State->get<IteratorRegionMap>(LCVal->getRegion()); in getIteratorPosition()203 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in setIteratorPosition() local204 return State->set<IteratorRegionMap>(LCVal->getRegion(), Pos); in setIteratorPosition()
786 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in removeIteratorPosition() local787 return State->remove<IteratorRegionMap>(LCVal->getRegion()); in removeIteratorPosition()827 if (const auto LCVal = Binding.second.getAs<nonloc::LazyCompoundVal>()) { in isBoundThroughLazyCompoundVal() local828 if (LCVal->getRegion() == Reg) in isBoundThroughLazyCompoundVal()
2134 LValue LCVal = EmitLValue(LoopVarRef); in EmitOMPCanonicalLoop() local2135 Address LoopVarAddress = LCVal.getAddress(); in EmitOMPCanonicalLoop()