Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/X86/GISel/ !
H A DX86InstructionSelector.cpp1709 auto OpEntryIt = llvm::find_if(OpTable, [RegTy](const MulDivRemEntry &El) { in selectMulDivRem() local
1712 if (OpEntryIt == std::end(OpTable)) in selectMulDivRem()
1742 const MulDivRemEntry &TypeEntry = *OpEntryIt; in selectMulDivRem()