Searched refs:convertAtomicLoadToIntegerType (Results 1 – 2 of 2) sorted by relevance
3 ; This file tests the functions `llvm::convertAtomicLoadToIntegerType` and
53 LoadInst *convertAtomicLoadToIntegerType(LoadInst *LI);265 LI = convertAtomicLoadToIntegerType(LI); in runOnFunction()356 LoadInst *AtomicExpand::convertAtomicLoadToIntegerType(LoadInst *LI) { in convertAtomicLoadToIntegerType() function in AtomicExpand