Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp82 StoreInst *convertAtomicStoreToIntegerType(StoreInst *SI);
244 I = SI = convertAtomicStoreToIntegerType(SI); in runOnFunction()
503 StoreInst *AtomicExpand::convertAtomicStoreToIntegerType(StoreInst *SI) { in convertAtomicStoreToIntegerType() function in AtomicExpand