Searched refs:convertAtomicStoreToIntegerType (Results 1 – 1 of 1) sorted by relevance
78 StoreInst *convertAtomicStoreToIntegerType(StoreInst *SI);269 SI = convertAtomicStoreToIntegerType(SI); in runOnFunction()467 StoreInst *AtomicExpand::convertAtomicStoreToIntegerType(StoreInst *SI) { in convertAtomicStoreToIntegerType() function in AtomicExpand