Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp37511 auto OpcodeN = N->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()
37531 return DAG.getNode(OpcodeN, SDLoc(N), VT, R.getValue(1)); in getDivRem8()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp30049 auto OpcodeN = N->getOpcode(); in getDivRem8() local
30051 if (!((OpcodeN == ISD::SIGN_EXTEND && OpcodeN0 == ISD::SDIVREM) || in getDivRem8()
30052 (OpcodeN == ISD::ZERO_EXTEND && OpcodeN0 == ISD::UDIVREM))) in getDivRem8()