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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1814 static bool isSHL16(const SDValue &Op) { function
1828 return isSHL16(Op.getOperand(0));
12241 if (!isSRL16(SRL) || !isSHL16(SHL))

Completed in 133 milliseconds