Home
last modified time | relevance | path

Searched refs:GetStoreIfValid (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGCall.cpp2606 auto GetStoreIfValid = [&CGF](llvm::User *U) -> llvm::StoreInst * { in findDominatingStoreToReturnValue() local
2643 return GetStoreIfValid(I); in findDominatingStoreToReturnValue()
2647 GetStoreIfValid(CGF.ReturnValue.getPointer()->user_back()); in findDominatingStoreToReturnValue()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp2950 auto GetStoreIfValid = [&CGF](llvm::User *U) -> llvm::StoreInst * { in findDominatingStoreToReturnValue() local
2987 return GetStoreIfValid(I); in findDominatingStoreToReturnValue()
2991 GetStoreIfValid(CGF.ReturnValue.getPointer()->user_back()); in findDominatingStoreToReturnValue()