Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DHashRecognize.cpp91 APInt GenPoly; member in ValueEvolution
468 CRCTable HashRecognize::genSarwateTable(const APInt &GenPoly, in genSarwateTable() argument
470 unsigned BW = GenPoly.getBitWidth(); in genSarwateTable()
478 (CRCInit.isSignBitSet() ? GenPoly : APInt::getZero(BW)); in genSarwateTable()
487 CRCInit = CRCInit.lshr(1) ^ (CRCInit[0] ? GenPoly : APInt::getZero(BW)); in genSarwateTable()
621 const APInt &GenPoly = *ConditionalRecurrence.ExtraConst; in recognizeCRC() local
642 return PolynomialInfo(TC, LHS, GenPoly, ComputedValue, *ByteOrderSwapped, in recognizeCRC()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DHashRecognize.h93 static CRCTable genSarwateTable(const APInt &GenPoly, bool ByteOrderSwapped);