Searched defs:isInt32Immediate (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp297 /// isInt32Immediate - This method tests to see if the node is a 32-bit constant
299 static bool isInt32Immediate(SDNode *N, unsigned &Imm) { function
317 // isInt32Immediate - This method tests to see if a constant operand.
319 static bool isInt32Immediate(SDValue N, unsigned &Imm) { function
320 return isInt32Immediate(N.getNode(), Imm);
329 && isInt32Immediate(N->getOperand(1).getNode(), Imm);
368 !isInt32Immediate(N->getOperand(1).getNode(), Shift) || (Shift > 31))
445 isInt32Immediate(Op1.getOperand(1), Value)) {
452 isInt32Immediate(Op1.getOperand(0).getOperand(1), Value)) {
479 if (isInt32Immediate(RH
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp288 /// isInt32Immediate - This method tests to see if the node is a 32-bit constant
290 static bool isInt32Immediate(SDNode *N, unsigned &Imm) { function
298 // isInt32Immediate - This method tests to see if a constant operand.
300 static bool isInt32Immediate(SDValue N, unsigned &Imm) { function
301 return isInt32Immediate(N.getNode(), Imm);
309 isInt32Immediate(N->getOperand(1).getNode(), Imm);
2306 if (isInt32Immediate(N->getOperand(1), Srl_imm)) {

Completed in 59 milliseconds