Searched refs:isS16 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1826 static bool isS16(const SDValue &Op, SelectionDAG &DAG) { function
11332 if (isS16(Mul.getOperand(0), DAG) && isS16(Mul.getOperand(1), DAG)) {
11336 } else if (isS16(Mul.getOperand(0), DAG) && isSRA16(Mul.getOperand(1))) {
11340 } else if (isSRA16(Mul.getOperand(0)) && isS16(Mul.getOperand(1), DAG)) {
12265 if (!isS16(OpS16, DAG) && !isSRA16(OpS16)) {
12272 if (isS16(OpS16, DAG))

Completed in 142 milliseconds