Home
last modified time | relevance | path

Searched refs:convertAtomicXchgToIntegerType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp84 AtomicRMWInst *convertAtomicXchgToIntegerType(AtomicRMWInst *RMWI);
294 RMWI = convertAtomicXchgToIntegerType(RMWI); in runOnFunction()
379 AtomicExpand::convertAtomicXchgToIntegerType(AtomicRMWInst *RMWI) { in convertAtomicXchgToIntegerType() function in AtomicExpand