Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/Support/
H A DScopHelper.h235 return asLoad(); in getValueOperand()
246 return asLoad()->getPointerOperand(); in getPointerOperand()
257 return asLoad()->isVolatile(); in isVolatile()
268 return asLoad()->isSimple(); in isSimple()
279 return asLoad()->getOrdering(); in getOrdering()
290 return asLoad()->isUnordered(); in isUnordered()
316 llvm::LoadInst *asLoad() const { return llvm::cast<llvm::LoadInst>(I); } in asLoad() function