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

References

lib/Transforms/InstCombine/InstCombineVectorOps.cpp
 1585     ConstantsAreOp1 = true;
 1588     ConstantsAreOp1 = false;
 1596   if (ConstantsAreOp1 && Opc0 != Opc1) {
 1630     NewC = getSafeVectorConstantForBinop(BOpc, NewC, ConstantsAreOp1);
 1651     if (MightCreatePoisonOrUB && !ConstantsAreOp1)
 1664   Instruction *NewBO = ConstantsAreOp1 ? BinaryOperator::Create(BOpc, V, NewC) :