Searched refs:TheUser (Results 1 – 2 of 2) sorted by relevance
2095 const Instruction *TheUser = LI->user_back(); in tryToFoldLoad() local2096 while (TheUser != FoldInst && // Scan up until we find FoldInst. in tryToFoldLoad()2098 TheUser->getParent() == FoldInst->getParent() && in tryToFoldLoad()2101 if (!TheUser->hasOneUse()) in tryToFoldLoad()2104 TheUser = TheUser->user_back(); in tryToFoldLoad()2109 if (TheUser != FoldInst) in tryToFoldLoad()
756 const Instruction *TheUser = LI->use_back(); in TryToFoldFastISelLoad() local757 while (TheUser != FoldInst && // Scan up until we find FoldInst. in TryToFoldFastISelLoad()759 TheUser->getParent() == FoldInst->getParent() && in TryToFoldFastISelLoad()762 if (!TheUser->hasOneUse()) in TryToFoldFastISelLoad()765 TheUser = TheUser->use_back(); in TryToFoldFastISelLoad()770 if (TheUser != FoldInst) in TryToFoldFastISelLoad()