Home | History | Annotate | Download | only in ARM

Lines Matching refs:isInt32Immediate

266 /// isInt32Immediate - This method tests to see if the node is a 32-bit constant
268 static bool isInt32Immediate(SDNode *N, unsigned &Imm) {
276 // isInt32Immediate - This method tests to see if a constant operand.
278 static bool isInt32Immediate(SDValue N, unsigned &Imm) {
279 return isInt32Immediate(N.getNode(), Imm);
287 isInt32Immediate(N->getOperand(1).getNode(), Imm);
1987 if (isInt32Immediate(N->getOperand(1), Srl_imm)) {