Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2027 static bool isS16(const SDValue &Op, SelectionDAG &DAG) { in isS16() function
12936 if (isS16(Mul.getOperand(0), DAG) && isS16(Mul.getOperand(1), DAG)) { in AddCombineTo64BitSMLAL16()
12940 } else if (isS16(Mul.getOperand(0), DAG) && isSRA16(Mul.getOperand(1))) { in AddCombineTo64BitSMLAL16()
12944 } else if (isSRA16(Mul.getOperand(0)) && isS16(Mul.getOperand(1), DAG)) { in AddCombineTo64BitSMLAL16()
14578 if (!isS16(OpS16, DAG) && !isSRA16(OpS16)) { in PerformORCombineToSMULWBT()
14585 if (isS16(OpS16, DAG)) in PerformORCombineToSMULWBT()