Home | History | Annotate | Download | only in IPO

Lines Matching refs:LoadUse

916       Use &LoadUse = LI->use_begin().getUse();
917 if (!isa<ICmpInst>(LoadUse.getUser())) {
918 LoadUse = RepValue;
922 ICmpInst *ICI = cast<ICmpInst>(LoadUse.getUser());