Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp86 AtomicRMWInst *convertAtomicXchgToIntegerType(AtomicRMWInst *RMWI);
249 I = RMWI = convertAtomicXchgToIntegerType(RMWI); in runOnFunction()
390 AtomicExpand::convertAtomicXchgToIntegerType(AtomicRMWInst *RMWI) { in convertAtomicXchgToIntegerType() function in AtomicExpand