Home
last modified time | relevance | path

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

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