Lines Matching defs:AC
129 AssumptionCache *AC;
137 AssumptionCache *AC, DominatorTree *DT, TargetLibraryInfo *TLI)
138 : Mod(Mod), DL(DL), AA(AA), AC(AC), DT(DT), TLI(TLI),
513 AssumptionCache *AC) {
521 computeKnownBits(V, DL, 0, AC, dyn_cast<Instruction>(V), DT);
550 Check(!isZero(I.getOperand(1), I.getDataLayout(), DT, AC),
555 Check(!isZero(I.getOperand(1), I.getDataLayout(), DT, AC),
560 Check(!isZero(I.getOperand(1), I.getDataLayout(), DT, AC),
565 Check(!isZero(I.getOperand(1), I.getDataLayout(), DT, AC),
683 if (Value *W = simplifyInstruction(Inst, {*DL, TLI, DT, AC}))
698 auto *AC = &AM.getResult<AssumptionAnalysis>(F);
701 Lint L(Mod, DL, AA, AC, DT, TLI);