Lines Matching refs:AC
143 AssumptionCache *AC;
146 InstCombineIRInserter(InstCombineWorklist &WL, AssumptionCache *AC)
147 : Worklist(WL), AC(AC) {}
156 AC->registerAssumption(cast<CallInst>(I));
185 AssumptionCache *AC;
199 AssumptionCache *AC, TargetLibraryInfo *TLI,
202 AA(AA), AC(AC), TLI(TLI), DT(DT), DL(DL), LI(LI), MadeIRChange(false) {}
209 AssumptionCache *getAssumptionCache() const { return AC; }
473 return llvm::computeKnownBits(V, KnownZero, KnownOne, DL, Depth, AC, CxtI,
479 return llvm::MaskedValueIsZero(V, Mask, DL, Depth, AC, CxtI, DT);
483 return llvm::ComputeNumSignBits(Op, DL, Depth, AC, CxtI, DT);
487 return llvm::ComputeSignBit(V, KnownZero, KnownOne, DL, Depth, AC, CxtI,
492 return llvm::computeOverflowForUnsignedMul(LHS, RHS, DL, AC, CxtI, DT);
496 return llvm::computeOverflowForUnsignedAdd(LHS, RHS, DL, AC, CxtI, DT);