Home | History | Annotate | Download | only in PowerPC

Lines Matching full:imm64

1129     uint64_t Imm64;
1149 if (isInt64Immediate(N->getOperand(1).getNode(), Imm64) &&
1150 isMask_64(Imm64)) {
1152 MB = 64 - CountTrailingOnes_64(Imm64);