Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp7678 uint64_t CRHSVal = CRHS->getZExtValue(); in performSetCCCombine() local
7693 if ((CF == CRHSVal && CC == ISD::SETEQ) || in performSetCCCombine()
7694 (CT == CRHSVal && CC == ISD::SETNE)) in performSetCCCombine()
7697 if ((CF == CRHSVal && CC == ISD::SETNE) || in performSetCCCombine()
7698 (CT == CRHSVal && CC == ISD::SETEQ)) in performSetCCCombine()