Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp3148 auto GetStoreIfValid = [&CGF](llvm::User *U) -> llvm::StoreInst * { in findDominatingStoreToReturnValue() local
3185 return GetStoreIfValid(I); in findDominatingStoreToReturnValue()
3189 GetStoreIfValid(CGF.ReturnValue.getPointer()->user_back()); in findDominatingStoreToReturnValue()