Lines Matching defs:isInt64Immediate
561 /// isInt64Immediate - This method tests to see if the node is a 64-bit constant
563 static bool isInt64Immediate(SDNode *N, uint64_t &Imm) {
577 /// isInt64Immediate - This method tests to see if the value is a 64-bit
579 static bool isInt64Immediate(SDValue N, uint64_t &Imm) {
580 return isInt64Immediate(N.getNode(), Imm);
4173 if (isInt64Immediate(RHS.getNode(), Imm)) {
4204 if (isInt64Immediate(RHS.getNode(), Imm) && isUInt<16>(Imm))
4983 if (!isInt64Immediate(N->getOperand(1).getNode(), Imm64))
5009 if (!isInt64Immediate(N->getOperand(1).getNode(), Imm64))
5102 if (!isInt64Immediate(N->getOperand(1).getNode(), Imm64) || !isMask_64(Imm64))
5130 if (!isInt64Immediate(N->getOperand(1).getNode(), Imm64) || !isMask_64(Imm64))
5177 if (!isInt64Immediate(N->getOperand(1).getNode(), Imm64) ||
5202 if (!isInt64Immediate(N->getOperand(1).getNode(), Imm64) ||
5681 if (IsPPC64 && isInt64Immediate(N->getOperand(1), Imm64) &&
5704 if (IsPPC64 && isInt64Immediate(N->getOperand(1), Imm64) &&