Home | History | Annotate | Download | only in Scalar

Lines Matching defs:UR

1671     const User *UR = U.getUser();
1672 if (const StoreInst *SI = dyn_cast<StoreInst>(UR)) {
1675 } else if (isa<InvokeInst>(UR) || isa<CallInst>(UR)) {
1677 ImmutableCallSite CS(cast<Instruction>(UR));
1680 } else if (const LoadInst *LI = dyn_cast<LoadInst>(UR)) {
1683 } else if (isa<BlockAddress>(UR)) {