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

/external/llvm/lib/Target/Lanai/
H A DLanaiMemAluCombiner.cpp286 bool isSuitableAluInstr(bool IsSpls, const MbbIterator &AluIter, argument
315 ((IsSpls && isInt<10>(Op2.getImm())) ||
316 (!IsSpls && isInt<16>(Op2.getImm())))) ||
334 bool IsSpls = isSpls(MemInstr->getOpcode()); local
346 if (isSuitableAluInstr(IsSpls, First, *Base, *Offset)) {

Completed in 64 milliseconds