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

References

lib/Transforms/InstCombine/InstructionCombining.cpp
 1535             ConstOp1 ? ConstantExpr::get(Opcode, UndefScalar, CElt)
 1548       if (Inst.isIntDivRem() || (Inst.isShift() && ConstOp1))
 1549         NewC = getSafeVectorConstantForBinop(Opcode, NewC, ConstOp1);
 1553       Value *NewLHS = ConstOp1 ? V1 : NewC;
 1554       Value *NewRHS = ConstOp1 ? NewC : V1;