Searched refs:VSize (Results 1 – 2 of 2) sorted by relevance
508 unsigned VSize = VTy->getScalarType()->getPrimitiveSizeInBits(); in Act() local512 if ((Ran->Rand() & 1) && VSize == DestSize) { in Act()520 if (VSize > DestSize) { in Act()524 assert(VSize < DestSize && "Different int types with the same size?"); in Act()554 if (VSize > DestSize) { in Act()557 } else if (VSize < DestSize) { in Act()
768 unsigned VSize = V->getType()->getScalarSizeInBits(); in canEvaluateZExtd() local770 APInt::getHighBitsSet(VSize, BitsToClear), in canEvaluateZExtd()