Lines Matching defs:IndexWidth
54678 unsigned IndexWidth = Index.getScalarValueSizeInBits();
54688 if (BV->isConstant() && IndexWidth > 32 &&
54689 DAG.ComputeNumSignBits(Index) > (IndexWidth - 32)) {
54701 IndexWidth > 32 &&
54703 DAG.ComputeNumSignBits(Index) > (IndexWidth - 32)) {
54752 unsigned IndexWidth = Index.getScalarValueSizeInBits();
54755 if (IndexWidth != 32 && IndexWidth != 64) {
54756 MVT EltVT = IndexWidth > 32 ? MVT::i64 : MVT::i32;