Home | History | Annotate | Download | only in lib

Lines Matching refs:getPointerElementType

743         uint64_t InStep = DL.getTypeAllocSize(InTy->getPointerElementType());
1066 uint64_t OutStep = DL.getTypeAllocSize(OutTy->getPointerElementType());
1266 llvm::Type *ElementType = AccumulatorArg_in->getType()->getPointerElementType();
1272 if (AccumulatorArgType->getPointerElementType() != AccumulatorArg_in->getType()) {