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

  /external/llvm/lib/Linker/
LinkModules.cpp 409 uint64_t DstSize =
419 LinkFromSrc = SrcSize > DstSize;
421 if (SrcSize != DstSize)
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 389 unsigned DstSize = TI->getType()->getScalarSizeInBits();
390 APInt MaskV(APInt::getLowBitsSet(SrcSize, DstSize));
    [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 101 unsigned DstSize = RT->getPrimitiveSizeInBits();
133 if (SrcSize > DstSize)
148 if (SrcSize == DstSize)
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 158 llvm::APSInt Size, DstSize;
162 !DstSizeArg->EvaluateAsInt(DstSize, S.Context))
165 if (Size.ule(DstSize))
    [all...]

Completed in 254 milliseconds