Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:Imm64

1099     uint64_t Imm64;
1119 if (isInt64Immediate(N->getOperand(1).getNode(), Imm64) &&
1120 isMask_64(Imm64)) {
1122 MB = 64 - CountTrailingOnes_64(Imm64);