Searched refs:ValueofRHS (Results 1 – 1 of 1) sorted by relevance
3523 int16_t ValueofRHS = cast<ConstantSDNode>(RHS)->getZExtValue(); in getAArch64Cmp() local3524 if (ValueofRHS < 0 && isLegalArithImmed(-ValueofRHS)) { in getAArch64Cmp()3528 Cmp = emitComparison(SExt, DAG.getConstant(ValueofRHS, dl, in getAArch64Cmp()