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

  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 456 unsigned DestWidth = DestType->getPrimitiveSizeInBits();
459 if ((VecWidth % DestWidth != 0) || (ShiftAmount % DestWidth != 0))
464 unsigned NumVecElts = VecWidth / DestWidth;
470 unsigned Elt = ShiftAmount / DestWidth;
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 585 QualType getIntTypeForBitwidth(unsigned DestWidth,
590 QualType getRealTypeForBitwidth(unsigned DestWidth) const;
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
ASTContext.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h     [all...]

Completed in 269 milliseconds