Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp151 static unsigned getAtomicOpSize(LoadInst *LI) { in getAtomicOpSize() function
156 static unsigned getAtomicOpSize(StoreInst *SI) { in getAtomicOpSize() function
161 static unsigned getAtomicOpSize(AtomicRMWInst *RMWI) { in getAtomicOpSize() function
166 static unsigned getAtomicOpSize(AtomicCmpXchgInst *CASI) { in getAtomicOpSize() function