Home
last modified time | relevance | path

Searched refs:ConstBase (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp1369 if (auto *ConstBase = llvm::dyn_cast<ConstantInteger32>(Base)) { in sanitizeAddress() local
1370 uint32_t RealOffset = Offset + ConstBase->getValue(); in sanitizeAddress()