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 291 /// isInt32Immediate - This method tests to see if the node is a 32-bit constant
293 static bool isInt32Immediate(SDNode *N, unsigned &Imm) {
311 // isInt32Immediate - This method tests to see if a constant operand.
313 static bool isInt32Immediate(SDValue N, unsigned &Imm) {
314 return isInt32Immediate(N.getNode(), Imm);
323 && isInt32Immediate(N->getOperand(1).getNode(), Imm);
359 !isInt32Immediate(N->getOperand(1).getNode(), Shift) || (Shift > 31))
436 isInt32Immediate(Op1.getOperand(1), Value)) {
443 isInt32Immediate(Op1.getOperand(0).getOperand(1), Value)) {
470 if (isInt32Immediate(RHS, Imm))
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 283 /// isInt32Immediate - This method tests to see if the node is a 32-bit constant
285 static bool isInt32Immediate(SDNode *N, unsigned &Imm) {
293 // isInt32Immediate - This method tests to see if a constant operand.
295 static bool isInt32Immediate(SDValue N, unsigned &Imm) {
296 return isInt32Immediate(N.getNode(), Imm);
304 isInt32Immediate(N->getOperand(1).getNode(), Imm);
    [all...]

Completed in 74 milliseconds