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

References

lib/Transforms/InstCombine/InstCombineVectorOps.cpp
 1489   Constant *IdC = ConstantExpr::getBinOpIdentity(BOpcode, Shuf.getType(), true);
 1503       (Instruction::isIntDivRem(BOpcode) || Instruction::isShift(BOpcode));
 1503       (Instruction::isIntDivRem(BOpcode) || Instruction::isShift(BOpcode));
 1505     NewC = getSafeVectorConstantForBinop(BOpcode, NewC, true);
 1510   Instruction *NewBO = BinaryOperator::Create(BOpcode, X, NewC);