Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16527 auto isZextOfCompareWithConstant = [](SDValue Op) { in combineADDToADDZE() local
16547 bool LHSHasPattern = isZextOfCompareWithConstant(LHS); in combineADDToADDZE()
16548 bool RHSHasPattern = isZextOfCompareWithConstant(RHS); in combineADDToADDZE()