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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1608 auto OpEntryIt = std::find_if(std::begin(OpTable), std::end(OpTable), local
1612 if (OpEntryIt == std::end(OpTable))
1633 const DivRemEntry &TypeEntry = *OpEntryIt;

Completed in 105 milliseconds