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

References

lib/Bitcode/Reader/BitcodeReader.cpp
 2535       if (Opc < 0) {
 2542           if (Opc == Instruction::Add ||
 2543               Opc == Instruction::Sub ||
 2544               Opc == Instruction::Mul ||
 2545               Opc == Instruction::Shl) {
 2550           } else if (Opc == Instruction::SDiv ||
 2551                      Opc == Instruction::UDiv ||
 2552                      Opc == Instruction::LShr ||
 2553                      Opc == Instruction::AShr) {
 2558         V = ConstantExpr::get(Opc, LHS, RHS, Flags);