Lines Matching defs:ScaleVal
6677 uint64_t ScaleVal = Scale->getAsZExtVal();
6678 if (IsScaled && ScaleVal != MemVT.getScalarStoreSize()) {
6679 assert(isPowerOf2_64(ScaleVal) && "Expecting power-of-two types");
6682 DAG.getConstant(Log2_32(ScaleVal), DL, IndexVT));
6765 uint64_t ScaleVal = Scale->getAsZExtVal();
6766 if (IsScaled && ScaleVal != MemVT.getScalarStoreSize()) {
6767 assert(isPowerOf2_64(ScaleVal) && "Expecting power-of-two types");
6770 DAG.getConstant(Log2_32(ScaleVal), DL, IndexVT));