Home
last modified time | relevance | path

Searched refs:TruncInstCombine (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp87 bool TruncInstCombine::buildTruncExpressionGraph() { in buildTruncExpressionGraph()
174 unsigned TruncInstCombine::getMinBitWidth() { in getMinBitWidth()
265 Type *TruncInstCombine::getBestTruncatedType() { in getBestTruncatedType()
365 Value *TruncInstCombine::getReducedOperand(Value *V, Type *SclTy) { in getReducedOperand()
379 void TruncInstCombine::ReduceExpressionGraph(Type *SclTy) { in ReduceExpressionGraph()
385 TruncInstCombine::Info &NodeInfo = Itr.second; in ReduceExpressionGraph()
524 bool TruncInstCombine::run(Function &F) { in run()
H A DAggressiveInstCombineInternal.h52 class TruncInstCombine {
80 TruncInstCombine(AssumptionCache &AC, TargetLibraryInfo &TLI, in TruncInstCombine() function
H A DAggressiveInstCombine.cpp1350 TruncInstCombine TIC(AC, TLI, DL, DT); in runImpl()
/freebsd/lib/clang/libllvm/
H A DMakefile1854 SRCS_MIN+= Transforms/AggressiveInstCombine/TruncInstCombine.cpp