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 36 size_t VSize = V.native().size();
37 size_t NumSpaces = MaxOptWidth > VSize ? MaxOptWidth - VSize : 0;
70 size_t VSize = V.name().size();
71 size_t NumSpaces = MaxOptWidth > VSize ? MaxOptWidth - VSize : 0;
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 490 unsigned VSize = VTy->getScalarType()->getPrimitiveSizeInBits();
494 if ((Ran->Rand() & 1) && VSize == DestSize) {
502 if (VSize > DestSize) {
506 assert(VSize < DestSize && "Different int types with the same size?");
536 if (VSize > DestSize) {
539 } else if (VSize < DestSize) {
543 // If VSize == DestSize, then the two types must be fp128 and ppc_fp128,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 688 unsigned VSize = V->getType()->getScalarSizeInBits();
690 APInt::getHighBitsSet(VSize, BitsToClear)))
    [all...]

Completed in 59 milliseconds