Lines Matching defs:VAC

2498   if (llvm::any_of(Worklist, [&](AA::ValueAndContext VAC) {
2500 VAC.getValue(),
2501 SimplifyQuery(A.getDataLayout(), DT, AC, VAC.getCtxI()));
2677 for (const auto &VAC : Values)
2678 if (!CheckIRP(IRPosition::value(*VAC.getValue())))
4775 if (!all_of(Values, [&](AA::ValueAndContext &VAC) {
4776 return CheckForConstantInt(VAC.getValue());
5130 for (const auto &VAC : Values)
5131 if (!VisitValueCB(*VAC.getValue()))
5403 for (const auto &VAC : Values) {
5404 if (!VisitValueCB(*VAC.getValue()))
5986 for (const AA::ValueAndContext &VAC : Values) {
5987 if (isa<Constant>(VAC.getValue())) {
5991 } else if (!isa<Argument>(VAC.getValue()) ||
5992 VAC.getValue() == getAssociatedArgument())
10315 for (const auto &VAC : Values)
10316 if (!VisitValueCB(IRPosition::value(*VAC.getValue())))
10449 for (const auto &VAC : Values)
10450 if (!VisitValueCB(*VAC.getValue(), VAC.getCtxI()))
10589 for (auto &VAC : Values)
10590 VisitValue(*VAC.getValue(), VAC.getCtxI());
11565 llvm::all_of(Values, [&](const AA::ValueAndContext &VAC) {
11566 return AA::isValidInScope(*VAC.getValue(), AnchorScope);
11569 for (const AA::ValueAndContext &VAC : Values) {
11570 addValue(A, getState(), *VAC.getValue(),
11571 VAC.getCtxI() ? VAC.getCtxI() : CtxI,
11946 auto &VAC = Values[I];
11947 auto *Obj = VAC.getValue();
12314 for (auto &VAC : Values) {
12315 if (isa<UndefValue>(VAC.getValue()))
12317 if (isa<ConstantPointerNull>(VAC.getValue()) &&
12318 VAC.getValue()->getType()->getPointerAddressSpace() == 0)
12321 if (auto *VACFn = dyn_cast<Function>(VAC.getValue())) {