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 40 size_t VSize = V.native().size();
41 size_t NumSpaces = MaxOptWidth > VSize ? MaxOptWidth - VSize : 0;
74 size_t VSize = V.name().size();
75 size_t NumSpaces = MaxOptWidth > VSize ? MaxOptWidth - VSize : 0;
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 496 unsigned VSize = VTy->getScalarType()->getPrimitiveSizeInBits();
500 if ((Ran->Rand() & 1) && VSize == DestSize) {
508 if (VSize > DestSize) {
512 assert(VSize < DestSize && "Different int types with the same size?");
542 if (VSize > DestSize) {
545 } else if (VSize < DestSize) {
549 // If VSize == DestSize, then the two types must be fp128 and ppc_fp128,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 686 unsigned VSize = V->getType()->getScalarSizeInBits();
688 APInt::getHighBitsSet(VSize, BitsToClear)))
    [all...]

Completed in 346 milliseconds