Searched refs:VSize (Results 1 – 3 of 3) sorted by relevance
507 unsigned VSize = VTy->getScalarType()->getPrimitiveSizeInBits(); in Act() local511 if ((Ran->Rand() & 1) && VSize == DestSize) { in Act()519 if (VSize > DestSize) { in Act()523 assert(VSize < DestSize && "Different int types with the same size?"); in Act()553 if (VSize > DestSize) { in Act()556 } else if (VSize < DestSize) { in Act()
694 unsigned VSize = V->getType()->getScalarSizeInBits(); in CanEvaluateZExtd() local696 APInt::getHighBitsSet(VSize, BitsToClear))) in CanEvaluateZExtd()
768 unsigned VSize = V->getType()->getScalarSizeInBits(); in canEvaluateZExtd() local770 APInt::getHighBitsSet(VSize, BitsToClear), in canEvaluateZExtd()