Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp556 const MCExpr *ESize = MSD.Symbol->getSize(); in writeSymbol() local
557 if (!ESize && Base) in writeSymbol()
558 ESize = Base->getSize(); in writeSymbol()
560 if (ESize) { in writeSymbol()
562 if (!ESize->evaluateKnownAbsolute(Res, Layout)) in writeSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1885 int64_t ESize = SE.getTypeSizeInBits(Ety); in expand() local
1886 if ((Offset * 8) % ESize == 0) { in expand()
1888 ConstantInt::getSigned(VO.second->getType(), -(Offset * 8) / ESize); in expand()