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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp960 Type *ResElTy=cast<PointerType>(PtrOp->getType())->getElementType(); local
963 TD->getTypeAllocSize(ResElTy)) {
979 if (TD && SrcElTy->isArrayTy() && ResElTy->isIntegerTy(8)) {
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1686 Type *ResElTy = GEP.getSourceElementType(); local
1689 DL.getTypeAllocSize(ResElTy)) {
1707 if (ResElTy->isSized() && SrcElTy->isSized()) {
1710 uint64_t ResSize = DL.getTypeAllocSize(ResElTy);
1745 if (ResElTy->isSized() && SrcElTy->isSized() && SrcElTy->isArrayTy()) {
1748 uint64_t ResSize = DL.getTypeAllocSize(ResElTy);

Completed in 183 milliseconds