HomeSort by: relevance | last modified time | path
    Searched refs:extOrTrunc (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
APFixedPoint.cpp 59 NewVal = NewVal.extOrTrunc(DstWidth);
78 ThisVal = ThisVal.extOrTrunc(CommonWidth);
79 OtherVal = OtherVal.extOrTrunc(CommonWidth);
263 .extOrTrunc(Wide);
265 .extOrTrunc(Wide);
318 .extOrTrunc(Wide);
320 .extOrTrunc(Wide);
354 APSInt Max = APFixedPoint::getMax(Sema).getValue().extOrTrunc(Wide);
355 APSInt Min = APFixedPoint::getMin(Sema).getValue().extOrTrunc(Wide);
441 return Result.extOrTrunc(DstWidth)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
APSIntType.h 40 Value = Value.extOrTrunc(BitWidth);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
FixedPointBuilder.h 88 APFixedPoint::getMax(DstSema).getValue().extOrTrunc(ResultWidth));
98 APFixedPoint::getMin(DstSema).getValue().extOrTrunc(ResultWidth));
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APSInt.h 109 APSInt extOrTrunc(uint32_t width) const {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 1030 rightI = rightI.extOrTrunc(leftI.getBitWidth());
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 443 uint64_t TruncatedN = N.extOrTrunc(64).getZExtValue();
1697 uint64_t Index64 = Index.extOrTrunc(64).getZExtValue();
2614 APSInt Result = Value.extOrTrunc(DestWidth);
8788 uint64_t N = Value.getInt().extOrTrunc(Size).getZExtValue();
10874 Val = Val.extOrTrunc(Info.Ctx.getIntWidth(E->getType()));
12069 LHS = APSInt(LHS.extOrTrunc(MaxBits), !IsSigned);
12070 RHS = APSInt(RHS.extOrTrunc(MaxBits), !IsSigned);
12115 // APSInt doesn't have a TruncOrSelf, so we use extOrTrunc instead,
12120 APSInt Temp = Result.extOrTrunc(Info.Ctx.getTypeSize(ResultType));
12329 uint64_t Index64 = Index.extOrTrunc(64).getZExtValue()
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 643 .extOrTrunc(SizeTypeWidth);
748 ObjectSize = llvm::APSInt::getUnsigned(Result).extOrTrunc(SizeTypeWidth);
757 UsedSize = Result.Val.getInt().extOrTrunc(SizeTypeWidth);
11222 .extOrTrunc(BitWidth);
11226 .extOrTrunc(BitWidth);
SemaInit.cpp 1914 elementIndex = elementIndex.extOrTrunc(maxElements.getBitWidth());
2867 = DesignatedStartIndex.extOrTrunc(MaxElements.getBitWidth());
2870 = DesignatedEndIndex.extOrTrunc(MaxElements.getBitWidth());
2885 DesignatedStartIndex.extOrTrunc(DesignatedIndexBitWidth);
2887 DesignatedEndIndex.extOrTrunc(DesignatedIndexBitWidth);
SemaTemplate.cpp 7101 Value = Value.extOrTrunc(IntegerType->isExtIntType()
7189 Value = Value.extOrTrunc(AllowedBits);
7200 Value = Value.extOrTrunc(AllowedBits);
SemaStmt.cpp 1086 Val = Val.extOrTrunc(BitWidth);
SemaDecl.cpp 17844 EnumVal = EnumVal.extOrTrunc(Context.getIntWidth(EltTy));
18323 InitVal = InitVal.extOrTrunc(NewWidth);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2788 return Res.extOrTrunc(Width);
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 5600 ID.APSIntVal = ID.APSIntVal.extOrTrunc(Ty->getPrimitiveSizeInBits());
9072 Val = Val.extOrTrunc(FunctionSummary::ParamAccess::RangeWidth);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuiltin.cpp 8892 *Result = Result->extOrTrunc(32);

Completed in 87 milliseconds