Lines Matching defs:CmpInst
1432 Instruction *CmpInst = &Body->front();
1433 EXPECT_TRUE(isa<ICmpInst>(CmpInst));
1434 EXPECT_EQ(CmpInst->getOperand(0), IndVar);
2917 CmpInst *CondInst = cast<CmpInst>(EntryBr->getCondition());
2999 CmpInst *CondInst = cast<CmpInst>(EntryBr->getCondition());
3439 CmpInst *CMP = dyn_cast_or_null<CmpInst>(EntryBr->getCondition());
3509 CmpInst *CondInst = cast<CmpInst>(EntryBr->getCondition());
3602 CmpInst *CondInst = cast<CmpInst>(EntryBr->getCondition());
3725 CmpInst *CondInst = cast<CmpInst>(EntryBr->getCondition());
4500 CmpInst *Cmp1 = dyn_cast<CmpInst>(ARWM2->getNextNode());
4502 EXPECT_EQ(Cmp1->getPredicate(), CmpInst::ICMP_SGT);
6264 EXPECT_TRUE(isa<CmpInst>(&*(++Iter)));
6583 EXPECT_TRUE(isa<CmpInst>(&*(++Iter)));
7179 CmpInst::Predicate::ICMP_EQ, F->getArg(0),
7237 CmpInst::Predicate::ICMP_EQ, F->getArg(0),