Searched refs:ByteOrderSwapped (Results 1 – 2 of 2) sorted by relevance
90 const bool ByteOrderSwapped; member in ValueEvolution107 ValueEvolution(unsigned TripCount, bool ByteOrderSwapped);123 ValueEvolution::ValueEvolution(unsigned TripCount, bool ByteOrderSwapped) in ValueEvolution() argument124 : TripCount(TripCount), ByteOrderSwapped(ByteOrderSwapped) {} in ValueEvolution()193 if (!ByteOrderSwapped) { in computeInstr()210 ByteOrderSwapped ? APInt::getSignedMinValue(ICmpBW) in computeInstr()440 Value *ComputedValue, bool ByteOrderSwapped, in PolynomialInfo() argument443 ByteOrderSwapped(ByteOrderSwapped), LHSAux(LHSAux) {} in PolynomialInfo()452 bool ByteOrderSwapped) { in checkExtractBits() argument459 unsigned BitPos = ByteOrderSwapped ? 0 : Known.getBitWidth() - N; in checkExtractBits()[all …]
67 bool ByteOrderSwapped; member75 Value *ComputedValue, bool ByteOrderSwapped,93 static CRCTable genSarwateTable(const APInt &GenPoly, bool ByteOrderSwapped);