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 377 /// isInt32Immediate - This method tests to see if the node is a 32-bit constant
379 static bool isInt32Immediate(SDNode *N, unsigned &Imm) {
397 // isInt32Immediate - This method tests to see if a constant operand.
399 static bool isInt32Immediate(SDValue N, unsigned &Imm) {
400 return isInt32Immediate(N.getNode(), Imm);
460 && isInt32Immediate(N->getOperand(1).getNode(), Imm);
487 !isInt32Immediate(N->getOperand(1).getNode(), Shift) || (Shift > 31))
564 isInt32Immediate(Op1.getOperand(1), Value)) {
578 isInt32Immediate(Op1.getOperand(0).getOperand(1), Value)) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 293 /// isInt32Immediate - This method tests to see if the node is a 32-bit constant
295 static bool isInt32Immediate(SDNode *N, unsigned &Imm) {
303 // isInt32Immediate - This method tests to see if a constant operand.
305 static bool isInt32Immediate(SDValue N, unsigned &Imm) {
306 return isInt32Immediate(N.getNode(), Imm);
314 isInt32Immediate(N->getOperand(1).getNode(), Imm);
    [all...]

Completed in 157 milliseconds