Home
last modified time | relevance | path

Searched refs:VSize (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp508 unsigned VSize = VTy->getScalarType()->getPrimitiveSizeInBits(); in Act() local
512 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()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp768 unsigned VSize = V->getType()->getScalarSizeInBits(); in canEvaluateZExtd() local
770 APInt::getHighBitsSet(VSize, BitsToClear), in canEvaluateZExtd()