Lines Matching refs:CondInst
2372 CmpInst *CondInst = cast<CmpInst>(EntryBr->getCondition()); in TEST_F() local
2373 EXPECT_TRUE(isa<CallInst>(CondInst->getOperand(0))); in TEST_F()
2375 CallInst *MasterEntryCI = cast<CallInst>(CondInst->getOperand(0)); in TEST_F()
2451 CmpInst *CondInst = cast<CmpInst>(EntryBr->getCondition()); in TEST_F() local
2452 EXPECT_TRUE(isa<CallInst>(CondInst->getOperand(0))); in TEST_F()
2454 CallInst *MaskedEntryCI = cast<CallInst>(CondInst->getOperand(0)); in TEST_F()
2942 CmpInst *CondInst = cast<CmpInst>(EntryBr->getCondition()); in TEST_F() local
2943 EXPECT_TRUE(isa<CallInst>(CondInst->getOperand(0))); in TEST_F()
2945 CallInst *SingleEntryCI = cast<CallInst>(CondInst->getOperand(0)); in TEST_F()
3032 CmpInst *CondInst = cast<CmpInst>(EntryBr->getCondition()); in TEST_F() local
3033 EXPECT_TRUE(isa<CallInst>(CondInst->getOperand(0))); in TEST_F()
3035 CallInst *SingleEntryCI = cast<CallInst>(CondInst->getOperand(0)); in TEST_F()