Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp17056 auto isZextOfCompareWithConstant = [](SDValue Op) { in combineADDToADDZE() local
17076 bool LHSHasPattern = isZextOfCompareWithConstant(LHS); in combineADDToADDZE()
17077 bool RHSHasPattern = isZextOfCompareWithConstant(RHS); in combineADDToADDZE()