Searched refs:EffectiveV (Results 1 – 1 of 1) sorted by relevance
5418 Value *EffectiveV = &V; in reproduceValue() local5420 EffectiveV = SimpleV.value(); in reproduceValue()5421 if (auto *C = dyn_cast<Constant>(EffectiveV)) in reproduceValue()5423 if (CtxI && AA::isValidAtPosition(AA::ValueAndContext(*EffectiveV, *CtxI), in reproduceValue()5425 return ensureType(A, *EffectiveV, Ty, CtxI, Check); in reproduceValue()5426 if (auto *I = dyn_cast<Instruction>(EffectiveV)) in reproduceValue()