Searched refs:convertAtomicStoreToIntegerType (Results 1 – 2 of 2) sorted by relevance
4 ; `llvm::convertAtomicStoreToIntegerType`. If X86 stops using this
57 StoreInst *convertAtomicStoreToIntegerType(StoreInst *SI);275 SI = convertAtomicStoreToIntegerType(SI); in runOnFunction()439 StoreInst *AtomicExpand::convertAtomicStoreToIntegerType(StoreInst *SI) { in convertAtomicStoreToIntegerType() function in AtomicExpand