Searched refs:CmpZ (Results 1 – 2 of 2) sorted by relevance
17871 SDValue CmpZ = CMOV->getOperand(4); in PerformCMOVToBFICombine() local17874 if (!isNullConstant(CmpZ->getOperand(1))) in PerformCMOVToBFICombine()17877 assert(CmpZ->getOpcode() == ARMISD::CMPZ); in PerformCMOVToBFICombine()17878 SDValue And = CmpZ->getOperand(0); in PerformCMOVToBFICombine()
25233 if (SDValue CmpZ = in emitFlagsForSetcc() local25235 return CmpZ; in emitFlagsForSetcc()