Lines Matching defs:UInst
5877 Instruction *UInst = cast<Instruction>(U.getUser());
5879 << *UInst << "\n");
5882 if (isa<PtrToIntInst>(UInst)) {
5890 if (isa<StoreInst>(UInst))
5895 if (isa<ReturnInst>(UInst)) {
5896 if (UInst->getFunction() == getAnchorScope())
5905 auto *CB = dyn_cast<CallBase>(UInst);
12093 Instruction *UInst = dyn_cast<Instruction>(U.getUser());
12094 if (!UInst) {
12100 << *UInst << "\n");
12110 if (isa<ReturnInst>(UInst)) {
12117 if (!A.checkForAllCallSites(CallSitePred, *UInst->getFunction(),
12126 auto *CB = dyn_cast<CallBase>(UInst);