Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp80 AtomicRMWInst *convertAtomicXchgToIntegerType(AtomicRMWInst *RMWI);
268 I = RMWI = convertAtomicXchgToIntegerType(RMWI); in run()
425 AtomicExpandImpl::convertAtomicXchgToIntegerType(AtomicRMWInst *RMWI) { in convertAtomicXchgToIntegerType() function in AtomicExpandImpl