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