Searched refs:HadTrunc (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp197 bool HadTrunc = WidestTy != NarrowestTy; local
305 if (HadTrunc)
1200 bool HadTrunc = MaybeTrunc != HighBitExtract; local
1223 if (HadTrunc && !match(&OldAShr, m_c_BinOp(m_OneUse(m_Value()), m_Value())))
1231 if (!HadTrunc)
H A DInstCombineAddSub.cpp1123 bool HadTrunc = I.getType() != XTy; local
1127 if (HadTrunc && !match(&I, m_c_BinOp(m_OneUse(m_Value()), m_Value())))
1194 if (!HadTrunc)
H A DInstCombineCompares.cpp3515 bool HadTrunc = WidestTy != I.getOperand(0)->getType(); local
3538 if (HadTrunc) {
3586 if (HadTrunc && match(WidestShift, m_LShr(m_Value(), m_Value()))) {

Completed in 128 milliseconds