Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DELFObjectWriter.cpp550 const MCExpr *ESize = MSD.Symbol->getSize(); in writeSymbol() local
551 if (!ESize && Base) in writeSymbol()
552 ESize = Base->getSize(); in writeSymbol()
554 if (ESize) { in writeSymbol()
556 if (!ESize->evaluateKnownAbsolute(Res, Layout)) in writeSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1991 int64_t ESize = SE.getTypeSizeInBits(Ety); in expand() local
1992 if ((Offset * 8) % ESize == 0) { in expand()
1994 ConstantInt::getSigned(VO.second->getType(), -(Offset * 8) / ESize); in expand()