Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:Imm64

2509     uint64_t Imm64;
2529 if (isInt64Immediate(N->getOperand(1).getNode(), Imm64) &&
2530 isMask_64(Imm64)) {
2532 MB = 64 - countTrailingOnes(Imm64);