Lines Matching defs:CondInst
2917 CmpInst *CondInst = cast<CmpInst>(EntryBr->getCondition());
2918 EXPECT_TRUE(isa<CallInst>(CondInst->getOperand(0)));
2920 CallInst *MasterEntryCI = cast<CallInst>(CondInst->getOperand(0));
2999 CmpInst *CondInst = cast<CmpInst>(EntryBr->getCondition());
3000 EXPECT_TRUE(isa<CallInst>(CondInst->getOperand(0)));
3002 CallInst *MaskedEntryCI = cast<CallInst>(CondInst->getOperand(0));
3509 CmpInst *CondInst = cast<CmpInst>(EntryBr->getCondition());
3510 EXPECT_TRUE(isa<CallInst>(CondInst->getOperand(0)));
3512 CallInst *SingleEntryCI = cast<CallInst>(CondInst->getOperand(0));
3602 CmpInst *CondInst = cast<CmpInst>(EntryBr->getCondition());
3603 EXPECT_TRUE(isa<CallInst>(CondInst->getOperand(0)));
3605 CallInst *SingleEntryCI = cast<CallInst>(CondInst->getOperand(0));
3725 CmpInst *CondInst = cast<CmpInst>(EntryBr->getCondition());
3726 EXPECT_TRUE(isa<CallInst>(CondInst->getOperand(0)));
3728 CallInst *SingleEntryCI = cast<CallInst>(CondInst->getOperand(0));