Home
last modified time | relevance | path

Searched refs:EffectiveV (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6261 Value *EffectiveV = &V; in reproduceValue() local
6263 EffectiveV = *SimpleV; in reproduceValue()
6264 if (auto *C = dyn_cast<Constant>(EffectiveV)) in reproduceValue()
6266 if (CtxI && AA::isValidAtPosition(AA::ValueAndContext(*EffectiveV, *CtxI), in reproduceValue()
6268 return ensureType(A, *EffectiveV, Ty, CtxI, Check); in reproduceValue()
6269 if (auto *I = dyn_cast<Instruction>(EffectiveV)) in reproduceValue()