HomeSort by relevance Sort by last modified time
    Searched refs:FromType (Results 51 - 56 of 56) sorted by null

1 23

  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaInit.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 534 bool SystemZTargetLowering::isTruncateFree(Type *FromType, Type *ToType) const {
535 if (!FromType->isIntegerTy() || !ToType->isIntegerTy())
537 unsigned FromBits = FromType->getPrimitiveSizeInBits();
779 bool SystemZTargetLowering::allowTruncateForTailCall(Type *FromType,
781 return isTruncateFree(FromType, ToType);
    [all...]

Completed in 386 milliseconds

1 23