Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86CmovConversion.cpp836 auto Op2Itr = RegRewriteTable.find(Op2Reg); in convertCmovInstsToBranches() local
837 if (Op2Itr != RegRewriteTable.end()) in convertCmovInstsToBranches()
838 Op2Reg = Op2Itr->second.second; in convertCmovInstsToBranches()