Searched refs:CmpZ (Results 1 – 2 of 2) sorted by relevance
10831 SDValue CmpZ = CMOV->getOperand(4); in PerformCMOVToBFICombine() local10834 if (!isNullConstant(CmpZ->getOperand(1))) in PerformCMOVToBFICombine()10837 assert(CmpZ->getOpcode() == ARMISD::CMPZ); in PerformCMOVToBFICombine()10838 SDValue And = CmpZ->getOperand(0); in PerformCMOVToBFICombine()
12468 SDValue CmpZ = CMOV->getOperand(4); in PerformCMOVToBFICombine() local12471 if (!isNullConstant(CmpZ->getOperand(1))) in PerformCMOVToBFICombine()12474 assert(CmpZ->getOpcode() == ARMISD::CMPZ); in PerformCMOVToBFICombine()12475 SDValue And = CmpZ->getOperand(0); in PerformCMOVToBFICombine()