Home | History | Annotate | Download | only in Utils

Lines Matching refs:UserInst

419     Instruction *UserInst = cast<Instruction>(*UI++);
420 if (!isa<LoadInst>(UserInst)) {
421 assert(UserInst == OnlyStore && "Should only have load/stores");
424 LoadInst *LI = cast<LoadInst>(UserInst);