Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:Imm64

1148     uint64_t Imm64;
1168 if (isInt64Immediate(N->getOperand(1).getNode(), Imm64) &&
1169 isMask_64(Imm64)) {
1171 MB = 64 - CountTrailingOnes_64(Imm64);