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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 2291 uint64_t ResSize = DL.getTypeAllocSize(GEPEltType).getFixedSize();
2293 if (ResSize && SrcSize % ResSize == 0) {
2296 uint64_t Scale = SrcSize / ResSize;
2331 uint64_t ResSize = DL.getTypeAllocSize(GEPEltType).getFixedSize();
2335 if (ResSize && ArrayEltSize % ResSize == 0) {
2338 uint64_t Scale = ArrayEltSize / ResSize;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 2614 uint64_t ResSize = CGM.getDataLayout().getTypeSizeInBits(TruncTy);
2616 llvm::IntegerType::get(getLLVMContext(), (unsigned)ResSize));

Completed in 20 milliseconds