Home
last modified time | relevance | path

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

/external/llvm/test/Transforms/AtomicExpand/X86/
Dexpand-atomic-non-integer.ll3 ; This file tests the functions `llvm::convertAtomicLoadToIntegerType` and
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp53 LoadInst *convertAtomicLoadToIntegerType(LoadInst *LI);
265 LI = convertAtomicLoadToIntegerType(LI); in runOnFunction()
356 LoadInst *AtomicExpand::convertAtomicLoadToIntegerType(LoadInst *LI) { in convertAtomicLoadToIntegerType() function in AtomicExpand