Searched refs:TruncInstCombine (Results 1 – 4 of 4) sorted by relevance
87 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()
52 class TruncInstCombine {80 TruncInstCombine(AssumptionCache &AC, TargetLibraryInfo &TLI, in TruncInstCombine() function
1350 TruncInstCombine TIC(AC, TLI, DL, DT); in runImpl()
1854 SRCS_MIN+= Transforms/AggressiveInstCombine/TruncInstCombine.cpp