Searched refs:ResSize (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1597 uint64_t ResSize = DL->getTypeAllocSize(ResElTy); local
1599 if (ResSize && SrcSize % ResSize == 0) {
1602 uint64_t Scale = SrcSize / ResSize;
1634 uint64_t ResSize = DL->getTypeAllocSize(ResElTy); local
1637 if (ResSize && ArrayEltSize % ResSize == 0) {
1640 uint64_t Scale = ArrayEltSize / ResSize;
/external/clang/lib/CodeGen/
H A DCGStmt.cpp2027 uint64_t ResSize = CGM.getDataLayout().getTypeSizeInBits(TruncTy); local
2029 llvm::IntegerType::get(getLLVMContext(), (unsigned)ResSize));

Completed in 113 milliseconds