Home | History | Annotate | Download | only in Utils

Lines Matching refs:getOpcode

42   EXPECT_TRUE(BB->front().getOpcode() == Instruction::SDiv);
47 EXPECT_TRUE(BB->front().getOpcode() == Instruction::AShr);
50 EXPECT_TRUE(Quotient && Quotient->getOpcode() == Instruction::Sub);
72 EXPECT_TRUE(BB->front().getOpcode() == Instruction::UDiv);
77 EXPECT_TRUE(BB->front().getOpcode() == Instruction::ICmp);
80 EXPECT_TRUE(Quotient && Quotient->getOpcode() == Instruction::PHI);
102 EXPECT_TRUE(BB->front().getOpcode() == Instruction::SRem);
107 EXPECT_TRUE(BB->front().getOpcode() == Instruction::AShr);
110 EXPECT_TRUE(Remainder && Remainder->getOpcode() == Instruction::Sub);
132 EXPECT_TRUE(BB->front().getOpcode() == Instruction::URem);
137 EXPECT_TRUE(BB->front().getOpcode() == Instruction::ICmp);
140 EXPECT_TRUE(Remainder && Remainder->getOpcode() == Instruction::Sub);
163 EXPECT_TRUE(BB->front().getOpcode() == Instruction::SDiv);
168 EXPECT_TRUE(BB->front().getOpcode() == Instruction::AShr);
171 EXPECT_TRUE(Quotient && Quotient->getOpcode() == Instruction::Sub);
193 EXPECT_TRUE(BB->front().getOpcode() == Instruction::UDiv);
198 EXPECT_TRUE(BB->front().getOpcode() == Instruction::ICmp);
201 EXPECT_TRUE(Quotient && Quotient->getOpcode() == Instruction::PHI);
223 EXPECT_TRUE(BB->front().getOpcode() == Instruction::SRem);
228 EXPECT_TRUE(BB->front().getOpcode() == Instruction::AShr);
231 EXPECT_TRUE(Remainder && Remainder->getOpcode() == Instruction::Sub);
253 EXPECT_TRUE(BB->front().getOpcode() == Instruction::URem);
258 EXPECT_TRUE(BB->front().getOpcode() == Instruction::ICmp);
261 EXPECT_TRUE(Remainder && Remainder->getOpcode() == Instruction::Sub);