Lines Matching defs:isIntImmediate
526 /// isIntImmediate - This method tests to see if the node is a constant
528 static bool isIntImmediate(const SDNode *N, uint64_t &Imm) {
536 // isIntImmediate - This method tests to see if a constant operand.
538 static bool isIntImmediate(SDValue N, uint64_t &Imm) {
539 return isIntImmediate(N.getNode(), Imm);
548 isIntImmediate(N->getOperand(1).getNode(), Imm);
556 if (!isIntImmediate(N.getNode(), Imm))
2642 if (!isIntImmediate(N->getOperand(1), SrlImm))
2706 if (!isIntImmediate(N->getOperand(1), SrlImm))
3826 if (isIntImmediate(Add1, Add1Imm) && (Add1Imm % Size == 0)) {
3831 isIntImmediate(Add0, Add0Imm) && Add0Imm != 0 &&
3852 isIntImmediate(Add0, Add0Imm) && (Add0Imm % Size == Size - 1)) {