Searched refs:GetStoreIfValid (Results 1 – 2 of 2) sorted by relevance
2606 auto GetStoreIfValid = [&CGF](llvm::User *U) -> llvm::StoreInst * { in findDominatingStoreToReturnValue() local2643 return GetStoreIfValid(I); in findDominatingStoreToReturnValue()2647 GetStoreIfValid(CGF.ReturnValue.getPointer()->user_back()); in findDominatingStoreToReturnValue()
2950 auto GetStoreIfValid = [&CGF](llvm::User *U) -> llvm::StoreInst * { in findDominatingStoreToReturnValue() local2987 return GetStoreIfValid(I); in findDominatingStoreToReturnValue()2991 GetStoreIfValid(CGF.ReturnValue.getPointer()->user_back()); in findDominatingStoreToReturnValue()