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 275 /// isInt32Immediate - This method tests to see if the node is a 32-bit constant
277 static bool isInt32Immediate(SDNode *N, unsigned &Imm) {
295 // isInt32Immediate - This method tests to see if a constant operand.
297 static bool isInt32Immediate(SDValue N, unsigned &Imm) {
298 return isInt32Immediate(N.getNode(), Imm);
307 && isInt32Immediate(N->getOperand(1).getNode(), Imm);
343 !isInt32Immediate(N->getOperand(1).getNode(), Shift) || (Shift > 31))
420 isInt32Immediate(Op1.getOperand(1), Value)) {
427 isInt32Immediate(Op1.getOperand(0).getOperand(1), Value)) {
454 if (isInt32Immediate(RHS, Imm))
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 266 /// isInt32Immediate - This method tests to see if the node is a 32-bit constant
268 static bool isInt32Immediate(SDNode *N, unsigned &Imm) {
276 // isInt32Immediate - This method tests to see if a constant operand.
278 static bool isInt32Immediate(SDValue N, unsigned &Imm) {
279 return isInt32Immediate(N.getNode(), Imm);
287 isInt32Immediate(N->getOperand(1).getNode(), Imm);
    [all...]

Completed in 49 milliseconds