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