reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineVectorOps.cpp
 1596   if (ConstantsAreOp1 && Opc0 != Opc1) {
 1600     if (Opc0 == Instruction::Shl || Opc1 == Instruction::Shl)
 1604       Opc0 = AltB0.Opcode;
 1613   if (Opc0 != Opc1)
 1617   BinaryOperator::BinaryOps BOpc = Opc0;