Home | History | Annotate | Download | only in Utils

Lines Matching refs:isa

160       return (isa<LoadInst>(I) && isa<AllocaInst>(I->getOperand(0))) ||
161 (isa<StoreInst>(I) && isa<AllocaInst>(I->getOperand(1)));
367 if (isa<LoadInst>(I) || isa<StoreInst>(I))
835 bool StoringGlobalVal = !isa<Instruction>(OnlyStore->getOperand(0));
844 if (!isa<LoadInst>(UserInst)) {
1065 for (BasicBlock::iterator II = BB->begin(); !isa<TerminatorInst>(II); ) {