Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1587 int16_t ValueofRHS = cast<ConstantSDNode>(RHS)->getZExtValue(); in getAArch64Cmp() local
1588 if (ValueofRHS < 0 && isLegalArithImmed(-ValueofRHS)) { in getAArch64Cmp()
1592 Cmp = emitComparison(SExt, DAG.getConstant(ValueofRHS, dl, in getAArch64Cmp()