Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp738 auto IsInvariantLoad = [](const LoadInst *LI) -> bool { in getVectorizablePrefix() local
748 (ChainLoad && IsInvariantLoad(ChainLoad))) in getVectorizablePrefix()
753 (MemLoad && IsInvariantLoad(MemLoad))) in getVectorizablePrefix()