Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp78 StoreInst *convertAtomicStoreToIntegerType(StoreInst *SI);
267 SI = convertAtomicStoreToIntegerType(SI); in runOnFunction()
430 StoreInst *AtomicExpand::convertAtomicStoreToIntegerType(StoreInst *SI) { in convertAtomicStoreToIntegerType() function in AtomicExpand