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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp763 auto FoundScalar = std::lower_bound(BS, ES, Scalar{Opc, 0}, CmpOpcode); local
764 if (FoundScalar != ES && FoundScalar->Opcode == Opc)
765 return FoundScalar->IntId;

Completed in 106 milliseconds