Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp17639 auto isZextOfCompareWithConstant = [](SDValue Op) { in combineADDToADDZE() local
17659 bool LHSHasPattern = isZextOfCompareWithConstant(LHS); in combineADDToADDZE()
17660 bool RHSHasPattern = isZextOfCompareWithConstant(RHS); in combineADDToADDZE()