Searched refs:CmpZ (Results 1 – 2 of 2) sorted by relevance
18105 SDValue CmpZ = CMOV->getOperand(4); in PerformCMOVToBFICombine() local18108 if (!isNullConstant(CmpZ->getOperand(1))) in PerformCMOVToBFICombine()18111 assert(CmpZ->getOpcode() == ARMISD::CMPZ); in PerformCMOVToBFICombine()18112 SDValue And = CmpZ->getOperand(0); in PerformCMOVToBFICombine()
23772 if (SDValue CmpZ = MatchVectorAllEqualTest(Op0, Op1, CC, dl, Subtarget, DAG, in emitFlagsForSetcc() local23775 return CmpZ; in emitFlagsForSetcc()