HomeSort by relevance Sort by last modified time
    Searched refs:VSize (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/lib/Support/
CommandLine.cpp 79 size_t VSize = V.native().size();
80 size_t NumSpaces = MaxOptWidth > VSize ? MaxOptWidth - VSize : 0;
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 498 unsigned VSize = VTy->getScalarType()->getPrimitiveSizeInBits();
502 if ((Ran->Rand() & 1) && VSize == DestSize) {
510 if (VSize > DestSize) {
514 assert(VSize < DestSize && "Different int types with the same size?");
544 if (VSize > DestSize) {
547 } else if (VSize < DestSize) {
551 // If VSize == DestSize, then the two types must be fp128 and ppc_fp128,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 694 unsigned VSize = V->getType()->getScalarSizeInBits();
696 APInt::getHighBitsSet(VSize, BitsToClear)))
    [all...]

Completed in 54 milliseconds