reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1816 switch (Op0I->getOpcode()) { 1828 if (match(Op0I, m_OneUse(m_c_BinOp(m_OneUse(m_ZExt(m_Value(X))), 1833 Value *Op0LHS = Op0I->getOperand(0); 1835 BinOp = Builder.CreateBinOp(Op0I->getOpcode(), X, TruncC1); 1837 BinOp = Builder.CreateBinOp(Op0I->getOpcode(), TruncC1, X); 1845 if (ConstantInt *Op0CI = dyn_cast<ConstantInt>(Op0I->getOperand(1))) 1846 if (Instruction *Res = OptAndOp(Op0I, Op0CI, AndRHS, I))