Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:addressSpace

962       unsigned addressSpace = Context.getTargetAddressSpace(ret);
963 resultType = llvm::PointerType::get(ty, addressSpace);
975 unsigned addressSpace = Context.getTargetAddressSpace(ret);
976 argTypes.push_back(llvm::PointerType::get(ty, addressSpace));