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

References

lib/Transforms/InstCombine/InstructionCombining.cpp
 1426     Value *NewBO0 = Builder.CreateBinOp(Opcode, L0, R0);
 1429     Value *NewBO1 = Builder.CreateBinOp(Opcode, L1, R1);
 1442     Value *XY = Builder.CreateBinOp(Opcode, X, Y);
 1477       Instruction *NewBO = BinaryOperator::Create(Opcode, V1, V2);
 1535             ConstOp1 ? ConstantExpr::get(Opcode, UndefScalar, CElt)
 1536                      : ConstantExpr::get(Opcode, CElt, UndefScalar);
 1549         NewC = getSafeVectorConstantForBinop(Opcode, NewC, ConstOp1);