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

  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 101 unsigned ElementSize = TD->getTypeAllocSize(T);
103 ElementSize = TD->getStructLayout(ST)->getSizeInBytes();
105 // If malloc call's arg can be determined to be a multiple of ElementSize,
109 if (ComputeMultiple(MallocArg, ElementSize, Multiple,
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
CGExprConstant.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 508 // N = N + Idx * ElementSize;
509 uint64_t ElementSize = TD.getTypeAllocSize(Ty);
517 if (ElementSize != 1) {
518 IdxN = FastEmit_ri_(VT, ISD::MUL, IdxN, IdxNIsKill, ElementSize, VT);
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp 83 uint64_t ElementSize
85 llvm::APSInt TotalSize(llvm::APInt(SizeExtended.getBitWidth(), ElementSize));
    [all...]
ExprConstant.cpp     [all...]

Completed in 145 milliseconds