Home
last modified time | relevance | path

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

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