Searched refs:ConstBase (Results 1 – 1 of 1) sorted by relevance
1369 if (auto *ConstBase = llvm::dyn_cast<ConstantInteger32>(Base)) { in sanitizeAddress() local1370 uint32_t RealOffset = Offset + ConstBase->getValue(); in sanitizeAddress()