Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp74 LoadInst *convertAtomicLoadToIntegerType(LoadInst *LI);
259 LI = convertAtomicLoadToIntegerType(LI); in runOnFunction()
353 LoadInst *AtomicExpand::convertAtomicLoadToIntegerType(LoadInst *LI) { in convertAtomicLoadToIntegerType() function in AtomicExpand