Searched refs:TheUser (Results 1 – 2 of 2) sorted by relevance
2271 const Instruction *TheUser = LI->user_back(); in tryToFoldLoad() local2272 while (TheUser != FoldInst && // Scan up until we find FoldInst. in tryToFoldLoad()2274 TheUser->getParent() == FoldInst->getParent() && in tryToFoldLoad()2277 if (!TheUser->hasOneUse()) in tryToFoldLoad()2280 TheUser = TheUser->user_back(); in tryToFoldLoad()2285 if (TheUser != FoldInst) in tryToFoldLoad()
17341 SDNode *TheUser = Use.getUser(); in combineOp_VLToVWOp_VL() local17342 if (!NodeExtensionHelper::isSupportedRoot(TheUser, Subtarget)) in combineOp_VLToVWOp_VL()17347 if (Inserted.insert(TheUser).second) in combineOp_VLToVWOp_VL()17348 Worklist.push_back(TheUser); in combineOp_VLToVWOp_VL()