Searched refs:TheUser (Results 1 – 1 of 1) sorted by relevance
2207 const Instruction *TheUser = LI->user_back(); in tryToFoldLoad() local2208 while (TheUser != FoldInst && // Scan up until we find FoldInst. in tryToFoldLoad()2210 TheUser->getParent() == FoldInst->getParent() && in tryToFoldLoad()2213 if (!TheUser->hasOneUse()) in tryToFoldLoad()2216 TheUser = TheUser->user_back(); in tryToFoldLoad()2221 if (TheUser != FoldInst) in tryToFoldLoad()