Home
last modified time | relevance | path

Searched defs:getAtomicOpSize (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp136 static unsigned getAtomicOpSize(LoadInst *LI) { in getAtomicOpSize() function
141 static unsigned getAtomicOpSize(StoreInst *SI) { in getAtomicOpSize() function
146 static unsigned getAtomicOpSize(AtomicRMWInst *RMWI) { in getAtomicOpSize() function
151 static unsigned getAtomicOpSize(AtomicCmpXchgInst *CASI) { in getAtomicOpSize() function