Searched refs:IsNarrowLoad (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1153 bool IsNarrowLoad = isNarrowLoad(MI->getOpcode()); local
1154 if (!IsNarrowLoad &&
1161 if (IsNarrowLoad || IsNarrowStore) {

Completed in 158 milliseconds