Searched refs:IntConst (Results 1 – 1 of 1) sorted by relevance
403 } else if (const auto *IntConst = llvm::dyn_cast<ConstantInteger32>(Amt)) { in encodeOperand() local404 int32_t Val = IntConst->getValue(); in encodeOperand()