Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1710 uint64_t ResSize = DL.getTypeAllocSize(ResElTy); in visitGetElementPtrInst() local
1712 if (ResSize && SrcSize % ResSize == 0) { in visitGetElementPtrInst()
1715 uint64_t Scale = SrcSize / ResSize; in visitGetElementPtrInst()
1748 uint64_t ResSize = DL.getTypeAllocSize(ResElTy); in visitGetElementPtrInst() local
1751 if (ResSize && ArrayEltSize % ResSize == 0) { in visitGetElementPtrInst()
1754 uint64_t Scale = ArrayEltSize / ResSize; in visitGetElementPtrInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1859 uint64_t ResSize = DL.getTypeAllocSize(GEPEltType); in visitGetElementPtrInst() local
1861 if (ResSize && SrcSize % ResSize == 0) { in visitGetElementPtrInst()
1864 uint64_t Scale = SrcSize / ResSize; in visitGetElementPtrInst()
1899 uint64_t ResSize = DL.getTypeAllocSize(GEPEltType); in visitGetElementPtrInst() local
1902 if (ResSize && ArrayEltSize % ResSize == 0) { in visitGetElementPtrInst()
1905 uint64_t Scale = ArrayEltSize / ResSize; in visitGetElementPtrInst()
/external/clang/lib/CodeGen/
DCGStmt.cpp2130 uint64_t ResSize = CGM.getDataLayout().getTypeSizeInBits(TruncTy); in EmitAsmStmt() local
2132 llvm::IntegerType::get(getLLVMContext(), (unsigned)ResSize)); in EmitAsmStmt()