Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isa

331       if (isa<ConstantInt>(B)) E = B;
371 if (!isa<InvokeInst>(TI))
388 if (SwitchOK && isa<SwitchInst>(PT)) {
392 if (!isa<InvokeInst>(PT) || LPad == PT->getSuccessor(0)) {
417 if (isa<InvokeInst>(PT) && PT->getSuccessor(1) == LPad)
424 for (BasicBlock::iterator II = LPad->begin(); isa<PHINode>(II); ++II) {
487 if (isa<UnwindInst>(bi))
517 if (isa<UnwindInst>(RI))
528 if (isa<UnwindInst>(RI))
531 if (isa<UnwindInst>(RI))
602 if (isa<EHExceptionInst>(II)) {