vector_base_addr
It derives the address of the first element of a vector, i.e. a `Builtin.FixedArray`, from the address of the vector itself. Addresses of other vector elements can then be derived with `index_addr`.
#include "swift/Basic/Assertions.h"
StringRef::equals
operator==