Searched refs:TruncBits (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp1435 unsigned TruncBits = getTypeSizeInBits(ST->getType()); local
1437 if (CR.truncate(TruncBits).zeroExtend(NewBits).contains(
1621 unsigned TruncBits = getTypeSizeInBits(ST->getType()); local
1623 if (CR.truncate(TruncBits).signExtend(NewBits).contains(
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4392 auto TruncBits = APInt::getAllOnesValue(TruncBitWidth).zext(BitWidth); local
4393 DemandBits |= TruncBits;

Completed in 206 milliseconds