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

References

lib/Analysis/InstructionSimplify.cpp
 1068   if (Constant *C = foldOrCommuteConstant(Opcode, Op0, Op1, Q))
 1075   if ((Opcode == Instruction::SRem &&
 1077       (Opcode == Instruction::URem &&
 1083       ((Opcode == Instruction::SRem &&
 1085        (Opcode == Instruction::URem &&
 1092     if (Value *V = ThreadBinOpOverSelect(Opcode, Op0, Op1, Q, MaxRecurse))
 1098     if (Value *V = ThreadBinOpOverPHI(Opcode, Op0, Op1, Q, MaxRecurse))
 1102   if (isDivZero(Op0, Op1, Q, MaxRecurse, Opcode == Instruction::SRem))