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 311 /// isInt32Immediate - This method tests to see if the node is a 32-bit constant
313 static bool isInt32Immediate(SDNode *N, unsigned &Imm) {
331 // isInt32Immediate - This method tests to see if a constant operand.
333 static bool isInt32Immediate(SDValue N, unsigned &Imm) {
334 return isInt32Immediate(N.getNode(), Imm);
343 && isInt32Immediate(N->getOperand(1).getNode(), Imm);
382 !isInt32Immediate(N->getOperand(1).getNode(), Shift) || (Shift > 31))
459 isInt32Immediate(Op1.getOperand(1), Value)) {
473 isInt32Immediate(Op1.getOperand(0).getOperand(1), Value)) {
500 if (isInt32Immediate(RHS, Imm))
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 279 /// isInt32Immediate - This method tests to see if the node is a 32-bit constant
281 static bool isInt32Immediate(SDNode *N, unsigned &Imm) {
289 // isInt32Immediate - This method tests to see if a constant operand.
291 static bool isInt32Immediate(SDValue N, unsigned &Imm) {
292 return isInt32Immediate(N.getNode(), Imm);
300 isInt32Immediate(N->getOperand(1).getNode(), Imm);
    [all...]

Completed in 396 milliseconds