HomeSort by relevance Sort by last modified time
    Searched full:bitwidth (Results 126 - 150 of 204) sorted by null

1 2 3 4 56 7 8 9

  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 265 // the integer value to the correct signedness and bitwidth.
  /external/llvm/include/llvm/IR/
Type.h 189 bool isIntegerTy(unsigned Bitwidth) const;
Value.h 481 /// correct bitwidth for an offset of this pointer type.
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
VectorUtils.cpp 448 // of connected values must have the same minimum bitwidth.
LazyValueInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 230 // same bitwidth as the result before expanding.
LegalizeTypes.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 52 cl::desc("Max integer bitwidth to consider in float2int"
InductiveRangeCheckElimination.cpp     [all...]
StraightLineStrengthReduce.cpp 548 // A helper function that unifies the bitwidth of A and B.
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_pack.c 597 * Truncate or expand the bitwidth.
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CGExprConstant.cpp 291 unsigned BitWidth = FieldValue.getBitWidth();
293 FieldValue = FieldValue.zext(CharWidth) << (CharWidth - BitWidth);
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 669 static void AdjustAPSInt(llvm::APSInt &Val, unsigned BitWidth, bool IsSigned) {
670 Val = Val.extOrTrunc(BitWidth);
772 // Get the bitwidth of the switched-on value after promotions. We must
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 479 Error("bitwidth for integer type out of range!");
  /external/llvm/test/CodeGen/X86/
switch.ll 705 ; Don't assert due to truncating the bitwidth (64) to i4 when checking
  /device/google/marlin/
mixer_paths.xml 4 <ctl name="QUAT_MI2S BitWidth" value="S24_LE" />
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 3038 milliseconds

1 2 3 4 56 7 8 9