Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp14542 const APInt &CRHSVal = CRHS->getAPIntValue(); in performSetCCCombine() local
14557 if ((CF == CRHSVal && CC == ISD::SETEQ) || in performSetCCCombine()
14558 (CT == CRHSVal && CC == ISD::SETNE)) in performSetCCCombine()
14561 if ((CF == CRHSVal && CC == ISD::SETNE) || in performSetCCCombine()
14562 (CT == CRHSVal && CC == ISD::SETEQ)) in performSetCCCombine()