Searched refs:LCVal (Results 1 – 2 of 2) sorted by relevance
779 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in removeIteratorPosition() local780 return State->remove<IteratorRegionMap>(LCVal->getRegion()); in removeIteratorPosition()820 if (const auto LCVal = Binding.second.getAs<nonloc::LazyCompoundVal>()) { in isBoundThroughLazyCompoundVal() local821 if (LCVal->getRegion() == Reg) in isBoundThroughLazyCompoundVal()
2089 LValue LCVal = EmitLValue(LoopVarRef); in EmitOMPCanonicalLoop() local2090 Address LoopVarAddress = LCVal.getAddress(); in EmitOMPCanonicalLoop()