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

References

lib/Transforms/InstCombine/InstCombineVectorOps.cpp
 1628       (Instruction::isIntDivRem(BOpc) || Instruction::isShift(BOpc));
 1628       (Instruction::isIntDivRem(BOpc) || Instruction::isShift(BOpc));
 1630     NewC = getSafeVectorConstantForBinop(BOpc, NewC, ConstantsAreOp1);
 1664   Instruction *NewBO = ConstantsAreOp1 ? BinaryOperator::Create(BOpc, V, NewC) :
 1665                                          BinaryOperator::Create(BOpc, NewC, V);