Searched refs:TBO (Results 1 – 2 of 2) sorted by relevance
46 UzwD7uK9/epwouUn+Qh/h/TBO/nE8csxbsMaUJU=
805 BinaryOperator *TBO; in FoldShiftByConstant() local807 if (match(Op0, m_Select(m_Value(Cond), m_OneUse(m_BinOp(TBO)), in FoldShiftByConstant()810 if (!isa<Constant>(FalseVal) && TBO->getOperand(0) == FalseVal && in FoldShiftByConstant()811 match(TBO->getOperand(1), m_APInt(C)) && in FoldShiftByConstant()812 canShiftBinOpWithConstantRHS(I, TBO)) { in FoldShiftByConstant()814 Builder.CreateBinOp(I.getOpcode(), TBO->getOperand(1), C1); in FoldShiftByConstant()817 Value *NewOp = Builder.CreateBinOp(TBO->getOpcode(), NewShift, NewRHS); in FoldShiftByConstant()