Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:InstCombiner

22 Instruction *InstCombiner::commonShiftTransforms(BinaryOperator &I) {
69 InstCombiner &IC) {
184 InstCombiner &IC) {
312 Instruction *InstCombiner::FoldShiftByConstant(Value *Op0, ConstantInt *Op1,
684 Instruction *InstCombiner::visitShl(BinaryOperator &I) {
722 Instruction *InstCombiner::visitLShr(BinaryOperator &I) {
762 Instruction *InstCombiner::visitAShr(BinaryOperator &I) {