Home
last modified time | relevance | path

Searched defs:getAssumptionCache (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DAssumptionCache.cpp285 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache() function in AssumptionCacheTracker
/llvm-project-15.0.7/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h368 AssumptionCache &getAssumptionCache() const { return AC; } in getAssumptionCache() function