Searched refs:VSize (Results 1 – 2 of 2) sorted by relevance
500 unsigned VSize = VTy->getScalarType()->getPrimitiveSizeInBits(); in Act() local504 if ((Ran->Rand() & 1) && VSize == DestSize) { in Act()512 if (VSize > DestSize) { in Act()516 assert(VSize < DestSize && "Different int types with the same size?"); in Act()546 if (VSize > DestSize) { in Act()549 } else if (VSize < DestSize) { in Act()
697 unsigned VSize = V->getType()->getScalarSizeInBits(); in CanEvaluateZExtd() local699 APInt::getHighBitsSet(VSize, BitsToClear))) in CanEvaluateZExtd()