Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DELFObjectWriter.cpp540 const MCExpr *ESize = MSD.Symbol->getSize(); in writeSymbol() local
541 if (!ESize && Base) in writeSymbol()
542 ESize = Base->getSize(); in writeSymbol()
544 if (ESize) { in writeSymbol()
546 if (!ESize->evaluateKnownAbsolute(Res, Layout)) in writeSymbol()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1797 int64_t ESize = SE.getTypeSizeInBits(Ety); in expand() local
1798 if ((Offset * 8) % ESize == 0) { in expand()
1800 ConstantInt::getSigned(VO.second->getType(), -(Offset * 8) / ESize); in expand()