Lines Matching defs:VisitValueCB
5035 auto VisitValueCB = [&](const Value &V) -> bool {
5089 if (!VisitValueCB(*VAC.getValue()))
5328 auto VisitValueCB = [&](Value &V) -> bool {
5362 if (!VisitValueCB(*VAC.getValue()))
9443 auto VisitValueCB = [&](Value &V, const Instruction *CtxI) -> bool {
9505 if (!VisitValueCB(getAssociatedValue(), getCtxI()))
10235 auto VisitValueCB = [&](const IRPosition &IRP) -> bool {
10258 if (AVIRP == getIRPosition() || !VisitValueCB(AVIRP))
10264 if (!VisitValueCB(IRPosition::value(*VAC.getValue())))
10384 auto VisitValueCB = [&](Value &V, const Instruction *CtxI) -> bool {
10398 if (!VisitValueCB(*VAC.getValue(), VAC.getCtxI()))