Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp81 AtomicRMWInst *convertAtomicXchgToIntegerType(AtomicRMWInst *RMWI);
291 RMWI = convertAtomicXchgToIntegerType(RMWI); in runOnFunction()
378 AtomicExpand::convertAtomicXchgToIntegerType(AtomicRMWInst *RMWI) { in convertAtomicXchgToIntegerType() function in AtomicExpand