Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp17851 auto isZextOfCompareWithConstant = [](SDValue Op) { in combineADDToADDZE() local
17871 bool LHSHasPattern = isZextOfCompareWithConstant(LHS); in combineADDToADDZE()
17872 bool RHSHasPattern = isZextOfCompareWithConstant(RHS); in combineADDToADDZE()