Home | History | Annotate | Download | only in Scalar

Lines Matching refs:isa

191       while (isa<DbgInfoIntrinsic>(BBI)) {
196 if (!isa<DbgInfoIntrinsic>(BBI) && !isa<PHINode>(BBI))
227 if (User->getParent() != DestBB || !isa<PHINode>(User))
463 if (isa<PHINode>(User))
518 if (TLI && isa<InlineAsm>(CI->getCalledValue())) {
623 do { ++BI; } while (isa<DbgInfoIntrinsic>(BI));
628 while (isa<DbgInfoIntrinsic>(BI)) ++BI;
653 do { ++RI; } while (RI != RE && isa<DbgInfoIntrinsic>(&*RI));
968 if (isa<ZExtInst>(I))
971 assert(isa<SExtInst>(I) && "Unexpected ext type!");
1000 if (!isa<Instruction>(Src) || DefBB != cast<Instruction>(Src)->getParent())
1025 if (isa<PHINode>(User) || isa<LoadInst>(User) || isa<StoreInst>(User))
1080 if (isa<Constant>(CI->getOperand(0)))
1086 if (isa<ZExtInst>(I) || isa<SExtInst>(I)) {
1165 if (isa<PHINode>(VI))