Searched refs:Opc (Results 1 – 2 of 2) sorted by relevance
1765 int Opc = GetDecodedBinaryOpcode(Record[0], CurTy); in ParseConstants() local1766 if (Opc < 0) { in ParseConstants()1773 if (Opc == Instruction::Add || in ParseConstants()1774 Opc == Instruction::Sub || in ParseConstants()1775 Opc == Instruction::Mul || in ParseConstants()1776 Opc == Instruction::Shl) { in ParseConstants()1781 } else if (Opc == Instruction::SDiv || in ParseConstants()1782 Opc == Instruction::UDiv || in ParseConstants()1783 Opc == Instruction::LShr || in ParseConstants()1784 Opc == Instruction::AShr) { in ParseConstants()[all …]
2059 int Opc = GetDecodedBinaryOpcode(Record[0], CurTy); in ParseConstants() local2060 if (Opc < 0) { in ParseConstants()2067 if (Opc == Instruction::Add || in ParseConstants()2068 Opc == Instruction::Sub || in ParseConstants()2069 Opc == Instruction::Mul || in ParseConstants()2070 Opc == Instruction::Shl) { in ParseConstants()2075 } else if (Opc == Instruction::SDiv || in ParseConstants()2076 Opc == Instruction::UDiv || in ParseConstants()2077 Opc == Instruction::LShr || in ParseConstants()2078 Opc == Instruction::AShr) { in ParseConstants()[all …]