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

References

lib/Bitcode/Reader/BitcodeReader.cpp
 3895       if (Opc == -1)
 3897       I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS);
 3900         if (Opc == Instruction::Add ||
 3901             Opc == Instruction::Sub ||
 3902             Opc == Instruction::Mul ||
 3903             Opc == Instruction::Shl) {
 3908         } else if (Opc == Instruction::SDiv ||
 3909                    Opc == Instruction::UDiv ||
 3910                    Opc == Instruction::LShr ||
 3911                    Opc == Instruction::AShr) {