Searched refs:convertAtomicStoreToIntegerType (Results 1 – 1 of 1) sorted by relevance
82 StoreInst *convertAtomicStoreToIntegerType(StoreInst *SI);244 I = SI = convertAtomicStoreToIntegerType(SI); in runOnFunction()503 StoreInst *AtomicExpand::convertAtomicStoreToIntegerType(StoreInst *SI) { in convertAtomicStoreToIntegerType() function in AtomicExpand