Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp37512 auto OpcodeN0 = N0.getOpcode(); in getDivRem8() local
37513 if (!((OpcodeN == ISD::SIGN_EXTEND && OpcodeN0 == ISD::SDIVREM) || in getDivRem8()
37514 (OpcodeN == ISD::ZERO_EXTEND && OpcodeN0 == ISD::UDIVREM))) in getDivRem8()
37524 auto DivRemOpcode = OpcodeN0 == ISD::SDIVREM ? X86ISD::SDIVREM8_SEXT_HREG in getDivRem8()