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

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1650 uint64_t ResSize = DL.getTypeAllocSize(ResElTy); local
1652 if (ResSize && SrcSize % ResSize == 0) {
1655 uint64_t Scale = SrcSize / ResSize;
1688 uint64_t ResSize = DL.getTypeAllocSize(ResElTy); local
1691 if (ResSize && ArrayEltSize % ResSize == 0) {
1694 uint64_t Scale = ArrayEltSize / ResSize;
/external/clang/lib/CodeGen/
H A DCGStmt.cpp2101 uint64_t ResSize = CGM.getDataLayout().getTypeSizeInBits(TruncTy); local
2103 llvm::IntegerType::get(getLLVMContext(), (unsigned)ResSize));
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22194 unsigned ResSize = N1.getValueType().getScalarSizeInBits();
22196 if (SplatBitSize > ResSize ||
22201 if (SrcSize >= ResSize || ResSize % SrcSize)
22207 unsigned ZextRatio = ResSize / SrcSize;

Completed in 193 milliseconds