Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp15550 auto isZextOfCompareWithConstant = [](SDValue Op) { in combineADDToADDZE() local
15570 bool LHSHasPattern = isZextOfCompareWithConstant(LHS); in combineADDToADDZE()
15571 bool RHSHasPattern = isZextOfCompareWithConstant(RHS); in combineADDToADDZE()