Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Datomic.c11 int* ptrval; in atomic() local
92 __sync_lock_release(&ptrval); in atomic()
/external/llvm/docs/
DLangRef.rst7251 <result> = getelementptr <ty>, <ty>* <ptrval>{, <ty> <idx>}*
7252 <result> = getelementptr inbounds <ty>, <ty>* <ptrval>{, <ty> <idx>}*
7253 <result> = getelementptr <ty>, <ptr vector> <ptrval>, <vector index type> <idx>
7973 <result> = addrspacecast <pty> <ptrval> to <pty2> ; yields pty2
7978 The '``addrspacecast``' instruction converts ``ptrval`` from ``pty`` in
7992 ``ptrval`` to type ``pty2``. It can be a *no-op cast* or a complex