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

References

lib/AsmParser/LLParser.cpp
 3461     if (Opc == Instruction::Add || Opc == Instruction::Sub ||
 3461     if (Opc == Instruction::Add || Opc == Instruction::Sub ||
 3462         Opc == Instruction::Mul || Opc == Instruction::Shl) {
 3462         Opc == Instruction::Mul || Opc == Instruction::Shl) {
 3470     } else if (Opc == Instruction::SDiv || Opc == Instruction::UDiv ||
 3470     } else if (Opc == Instruction::SDiv || Opc == Instruction::UDiv ||
 3471                Opc == Instruction::LShr || Opc == Instruction::AShr) {
 3471                Opc == Instruction::LShr || Opc == Instruction::AShr) {
 3484     switch (Opc) {
 3512     Constant *C = ConstantExpr::get(Opc, Val0, Val1, Flags);