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

/freebsd-10.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1279 uint64_t ResSize = TD->getTypeAllocSize(ResElTy); local
1281 if (ResSize && SrcSize % ResSize == 0) {
1284 uint64_t Scale = SrcSize / ResSize;
1313 uint64_t ResSize = TD->getTypeAllocSize(ResElTy); local
1316 if (ResSize && ArrayEltSize % ResSize == 0) {
1319 uint64_t Scale = ArrayEltSize / ResSize;
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp1755 uint64_t ResSize = CGM.getDataLayout().getTypeSizeInBits(TruncTy); local
1757 llvm::IntegerType::get(getLLVMContext(), (unsigned)ResSize));

Completed in 57 milliseconds