Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp551 const MCExpr *ESize = MSD.Symbol->getSize(); in writeSymbol() local
552 if (!ESize && Base) in writeSymbol()
553 ESize = Base->getSize(); in writeSymbol()
555 if (ESize) { in writeSymbol()
557 if (!ESize->evaluateKnownAbsolute(Res, Layout)) in writeSymbol()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2005 int64_t ESize = SE.getTypeSizeInBits(Ety); in expand() local
2006 if ((Offset * 8) % ESize == 0) { in expand()
2008 ConstantInt::getSigned(VO.second->getType(), -(Offset * 8) / ESize); in expand()