HomeSort by relevance Sort by last modified time
    Searched refs:isInt32Immediate (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 297 /// isInt32Immediate - This method tests to see if the node is a 32-bit constant
299 static bool isInt32Immediate(SDNode *N, unsigned &Imm) {
317 // isInt32Immediate - This method tests to see if a constant operand.
319 static bool isInt32Immediate(SDValue N, unsigned &Imm) {
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(RHS, Imm))
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 288 /// isInt32Immediate - This method tests to see if the node is a 32-bit constant
290 static bool isInt32Immediate(SDNode *N, unsigned &Imm) {
298 // isInt32Immediate - This method tests to see if a constant operand.
300 static bool isInt32Immediate(SDValue N, unsigned &Imm) {
301 return isInt32Immediate(N.getNode(), Imm);
309 isInt32Immediate(N->getOperand(1).getNode(), Imm);
    [all...]

Completed in 81 milliseconds