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)
 1608       Opc1 = AltB1.Opcode;
 1613   if (Opc0 != Opc1)