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

/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp274 /// isInt32Immediate - This method tests to see if the node is a 32-bit constant
276 static bool isInt32Immediate(SDNode *N, unsigned &Imm) { function
294 // isInt32Immediate - This method tests to see if a constant operand.
296 static bool isInt32Immediate(SDValue N, unsigned &Imm) { function
297 return isInt32Immediate(N.getNode(), Imm);
306 && isInt32Immediate(N->getOperand(1).getNode(), Imm);
342 !isInt32Immediate(N->getOperand(1).getNode(), Shift) || (Shift > 31))
419 isInt32Immediate(Op1.getOperand(1), Value)) {
426 isInt32Immediate(Op1.getOperand(0).getOperand(1), Value)) {
453 if (isInt32Immediate(RH
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp289 /// isInt32Immediate - This method tests to see if the node is a 32-bit constant
291 static bool isInt32Immediate(SDNode *N, unsigned &Imm) { function
299 // isInt32Immediate - This method tests to see if a constant operand.
301 static bool isInt32Immediate(SDValue N, unsigned &Imm) { function
302 return isInt32Immediate(N.getNode(), Imm);
310 isInt32Immediate(N->getOperand(1).getNode(), Imm);
2154 if (isInt32Immediate(N->getOperand(1), Srl_imm)) {

Completed in 39 milliseconds