"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "c693a23025c1038f6896666e15df864998358ce2"
Adds a convenience function selectFirst to simplify matching.
A very common use case is to search for the first occurrence of a certain node that is a descendant of another node. In that case, selectFirst significantly simplifies the code at the client side. llvm-svn: 174499
Loading
Please register or sign in to comment