Lines Matching defs:IndexWidth
55960 unsigned IndexWidth = Index.getScalarValueSizeInBits();
55970 if (BV->isConstant() && IndexWidth > 32 &&
55971 DAG.ComputeNumSignBits(Index) > (IndexWidth - 32)) {
55983 IndexWidth > 32 &&
55985 DAG.ComputeNumSignBits(Index) > (IndexWidth - 32)) {
56034 unsigned IndexWidth = Index.getScalarValueSizeInBits();
56037 if (IndexWidth != 32 && IndexWidth != 64) {
56038 MVT EltVT = IndexWidth > 32 ? MVT::i64 : MVT::i32;