Lines Matching refs:TruncInstCombine
1 //===- TruncInstCombine.cpp -----------------------------------------------===//
9 // TruncInstCombine - looks for expression graphs post-dominated by TruncInst
88 bool TruncInstCombine::buildTruncExpressionGraph() {
175 unsigned TruncInstCombine::getMinBitWidth() {
266 Type *TruncInstCombine::getBestTruncatedType() {
366 Value *TruncInstCombine::getReducedOperand(Value *V, Type *SclTy) {
380 void TruncInstCombine::ReduceExpressionGraph(Type *SclTy) {
386 TruncInstCombine::Info &NodeInfo = Itr.second;
525 bool TruncInstCombine::run(Function &F) {
546 dbgs() << "ICE: TruncInstCombine reducing type of expression graph "